Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 190 Bytes

File metadata and controls

2 lines (2 loc) · 190 Bytes

Coursera-json-server

json server that serves the react application. Make sure to run: npm install -g json-server After that to run the server: json-server --watch db.json -d 2000 -p 3001