1.0.0 • Published 3 years ago
@reactivers/nestjs-ts v1.0.0
Installation
npx @reactivers/nestjs-ts your-app-nameGetting Started
Run Development
- Before running the dev server:
- Make sure the port "3000" is available on your end!
- Edit
.env.files before you start - Edit
container_namefields indocker-compose.ymlfile
yarn start:dev
Running Tests
yarn test
yarn test:e2eRunning Dev
yarn start:devDocker
BUILD
docker-compose up -d --buildAddress
The app will be running at
http://localhost:4012Clean
docker-compose down --remove-orphans --rmi "local" --volumes1.0.0
3 years ago