First install all dependencies:
$ makeThe generated project includes a development server on port 3003, which will rebuild the app whenever you change application code. To start the server, run:
$ npm startTo run the server with the dev-tools enabled, run:
$ npm run devTo build for production, this command will output optimized production code:
$ npm run buildUse the Fork-and-Branch Git Workflow