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 --silent
Start server on port 3000:
npm run server:start
Start client on port 4100:
npm start
JSON database writes to server/.data/db.json
.
This prevents file watchers from picking up changes to the db.