$ https://github.com/felipescunha/DesafioFrontend.git
$ cd frontend
$ yarn
Iniciamos o json-server:
$ json-server --watch db.json -p 3003
Com as dependências instaladas e o json-server rodando iniciamos o frontend
$ yarn start
$ https://github.com/felipescunha/DesafioFrontend.git
$ cd frontend
$ yarn
Iniciamos o json-server:
$ json-server --watch db.json -p 3003
Com as dependências instaladas e o json-server rodando iniciamos o frontend
$ yarn start