...
The generated project includes a development server on port 3003, which will rebuild the app whenever you change application code. To start the server (with the dev-tools enabled), run:
$ npm startTo run the server with the dev-tools disabled, run:
$ DEBUG=false npm startTo build for production, this command will output optimized production code:
$ npm run build