See the app documentation's here.
Whenever you want to run in production mode you have to have build the app and to after run the app:
Build the renderer server
npm run hyperion:buildBuild the React App
npm run web:buildStart the renderer server
npm run hyperion:startWhenever you want to run in development mode:
Start the renderer server in development mode
npm run hyperion:devStart the webpack-web-server to develop the React App
npm run web:dev