danielkakiuthi / tabnews

Implementation of https://www.tabnews.com.br of course https://curso.dev
https://tabnews-one.vercel.app
0 stars 0 forks source link

tabnews

Implementation of https://www.tabnews.com.br of course https://curso.dev

Instructions

Run Docker Compose

docker compose -f infra/compose.yaml up -d

Run Jest in WatchAll mode

npm run test:watch

Run App

npm run dev