https://github.com/typicode/json-server
npm install -g json-server
Crie um db.json
{
"todos": [
{
"id": 1,
"task": "Um"
},
{
"id": 2,
"task": "Dois"
},
{
"id": 3,
"task": "Três"
}
]
}
Inicie o Json Server
json-server --watch db.json
https://github.com/http-party/http-server
npm install --global http-server
http-server [path] [options]
Veja o index.html