Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 238 Bytes

create-a-json-server.md

File metadata and controls

18 lines (13 loc) · 238 Bytes

Install JSON Server

npm install -g json-server

or

yarn global add json-server

Alternative port You can start JSON Server on other ports with the --port flag:

json-server --watch db.json --port 3004