Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Last active January 26, 2018 15:32
Show Gist options
  • Save Sstobo/1920e3257ba9621466d1e6cb43988561 to your computer and use it in GitHub Desktop.
Save Sstobo/1920e3257ba9621466d1e6cb43988561 to your computer and use it in GitHub Desktop.
[React serve local json] #react #json
npm i -g json-server
json-server --watch db.json -p 4000
// "test": "echo \"Error: no test specified\" && exit 1",
// "start": "PORT=4001 nodemon index.js"
const items = fetch(' http://localhost:4000/items');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment