Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 153 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 153 Bytes

Como executar o projeto

#Inicie a API:

cd api
yarn install
yarn start

#Inicie o client:

cd client yarn install yarn start

react-cypress