Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 592 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 592 Bytes

realworld-lowdb

Realworld react-redux client + an in-place json database + Express server

CircleCI

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.