Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 216 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 216 Bytes
  1. Para instalar o ambiente:
cd front
yarn install
  1. Para rodar o projeto:
yarn start
  1. Para rodar os testes do projeto:
yarn test
  1. Para rodar o lint do projeto:
yarn lint