Really easy react universal boilerplate with many commentaries
See commentaries in code
Install rimraf: $ npm install rimraf -g
Install nodemon: $ npm install nodemon -g
Install concurrently: $ npm install -g concurrently
$ npm run api
$ npm run start
after: open 'http://localhost:3000' in browser
hint: use this mode for development
$ npm run build
$ npm run api:prod
$ npm run start:prod
after: open 'http://localhost' in browser
hint: use this mode for production on server (without server-side-rendering)
$ npm run test
MIT