Add serve command
Opened this issue · 0 comments
michalkvasnicak commented
This will be only for a production build serving.
- it checks if application is built (checking
bundle/server/server.js
- it runs
build
if application is not compiled for a production
- it runs
node bundle/server/server.js
Command should warn a user that he should protect application from failing using supervisor, forever, etc