Skip to content

Instantly share code, notes, and snippets.

@jordanrios94
Created May 14, 2020 16:28
Show Gist options
  • Save jordanrios94/24d75ddc0222a9582ba78147dd84067a to your computer and use it in GitHub Desktop.
Save jordanrios94/24d75ddc0222a9582ba78147dd84067a to your computer and use it in GitHub Desktop.
JSON Server + NGROK
{
"blogposts": []
}
{
"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