Scripts
The scripts are here to perform some scaling of the application as fast as possible. Some templates are already full filled.
Add a module
It's possible to add a module in the common part. Actions and reducers are ready to be created
npm run boilerplate -- module --name XXX
Add a component
It's possible to add a component in the mobile-apps and web-app directory. This command require a name. This component will be configured like:
XXX/
component.js
style.js
npm run boilerplate -- component --name XXX