Created
May 14, 2020 16:28
-
-
Save jordanrios94/24d75ddc0222a9582ba78147dd84067a to your computer and use it in GitHub Desktop.
JSON Server + NGROK
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
{ | |
"blogposts": [] | |
} |
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
{ | |
"name": "jsonserver", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"engines": { | |
"node": "12.13.1", | |
"npm": "6.14.5" | |
}, | |
"scripts": { | |
"db": "json-server -w db.json", | |
"tunnel": "ngrok http 3000" | |
}, | |
"author": "Jordan Rios <[email protected]>", | |
"license": "ISC", | |
"dependencies": { | |
"json-server": "^0.16.1", | |
"ngrok": "^3.2.7" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment