Last active
January 26, 2018 15:32
-
-
Save Sstobo/1920e3257ba9621466d1e6cb43988561 to your computer and use it in GitHub Desktop.
[React serve local json] #react #json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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