Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 306 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 306 Bytes

Testando usando JEST e API FAKE

Setup do Projeto

npm install

Ambiente de Desenvolvimento

npm run serve

Configurando a api Fake

Instalar o json-server globalmente:

npm install -g json-server

Iniciando a api fake de leilões;

json-server --watch db.json