Tamplate desenvolvido durante curso (Front-End Web Development with React) na Coursera.
-
instalar json-server:
- npm i json-server ou yarn add json-server
-
executar o comando
- json-server --watch -p 3001 -d 2000
-
api será exeutada em: http://localhost:3001
- yarn start
- tamplate será aberto automaticamente em: http://localhost:3000