Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 256 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 256 Bytes

Desafio Lyncas

App para consulta de livros utilizando api google books

Para iniciar o server

  • cd server
  • npm install
  • npm start localhost:3000

Para iniciar o client

  • cd client
  • npm install
  • npm start localhost:4200