Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 687 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 687 Bytes

clone-tabnews

Implementação do https://tabnews.com.br para o https://curso.dev com FilipeDeschamps.

Subir servidor de desenvolvimento

npm run dev # npm run services:up && next dev

Subir, parar e derrubar serviços

npm run services:up # docker compose -f infra/compose.yaml up -d
npm run services:stop # docker compose -f infra/compose.yaml stop
npm run services:down # docker compose -f infra/compose.yaml down

Executar linter

npm run lint:check # prettier --check .
npm run lint:fix # prettier --write .

Executar testes

npm run test # jest
npm run test:watch # jest --watchAll