decoupage of your projects getting precise estimate
To build, launch, and rebuild the app whenever you change application code, run:
$ npm start
If you prefer to just build without the auto-rebuild functionality, run:
$ npm run build
You can add additional functionality to your application by invoking the subgenerators included in the Flux Generator. You can add components using the following commands:
$ yo flux:dispatcher DispatcherName
$ yo flux:store StoreName
$ yo flux:action ActionCreatorName