Generate component
To generate component, run this command:
yarn react3l g:c [-s] <ComponentName>
This will generate a component (and a SCSS file if option -s
is specified) in a directory with the same name in your project root. Move the directory to where you want to place. For instance: components
mv ComponentName/ src/components
ComponentName
must be in pascal case