npx @reactivers/nestjs-ts your-app-name
- Before running the dev server:
- Make sure the port "3000" is available on your end!
- Edit
.env.
files before you start - Edit
container_name
fields indocker-compose.yml
file
yarn start:dev
yarn test
yarn test:e2e
yarn start:dev
docker-compose up -d --build
The app will be running at
http://localhost:4012
docker-compose down --remove-orphans --rmi "local" --volumes