-
clone the repo.
-
npm install
-
when you are working on your project json-server must be running
npm run server
-
to close your server
Ctrl + c
-
localhost
: you can access your todos array fromhttp://localhost:5000/todos
-
gitHub
:https://my-json-server.typicode.com/userName/repoName/todos
-
More info about json-server