This is a Next.js project bootstrapped with create-next-app
; material-ui; [nodejs] [express] And json-server
First, run json-server to get infos of livros.json on this repo
1º
json-server -p 8080 livros.json
And... run node server to get infos of API goodreads from repo
1º
npm install
something wrong with node start, that error ocuur, so please use node server instead 2º
node server
Finally, run the development server:
1º
yarn install
2º
yarn dev