- `npm start` only starts the applications and requires that `npm run
build` is already run
- `npm run dev-server` runs the build and starts the server with
nodemon
- update README
- `npm run dev` to start dev mode
- `npm start` to build production bundle and start the node server
=> Default to production with `npm start` and be explicit when
starting the dev server