npm i
cp .env.template .env
- Run
npm run dev:frontend
and thennpm run dev:backend
in another tab - Go to http://localhost:3000 for frontend and http://localhost:3001 for backend
- (Optional) Run
docker-compose --env-file=./.env down --remove-orphans
to remove orphaned containers npm run docker
- Go to http://localhost:3000 for frontend and http://localhost:3001 for backend
npm test