- Atualizando o projeto, execute o comando:
npm install --safe
- Vamos instalar o servidor Json-server:
npm install -g json-server
- Agora vamos rodar o servidor Json-Server:
json-server --watch info.json
O resultado será esse :
\{^_^}/ hi!
Loading info.json
Done
Resources
http://localhost:3000/users
Home
http://localhost:3000
Type s + enter at any time to create a snapshot of the database
Watching...
Abra uma nova aba e digite o comando abaixo:
npm run test
npm run lint