Realworld react-redux client + an in-place json database + Express server
Install dependencies:
npm install
Run api tests:
# silence the annoying npm exit code error
npm run server:test --silentStart server on port 3000:
npm run server:startStart client on port 4100:
npm startJSON database writes to server/.data/db.json.
This prevents file watchers from picking up changes to the db.