- This is a Nest framework TypeScript starter repository.
- eslint and prettier are setup.
- env vars are read using the
@nestjs/configpackage - husky and lint-staged are setup
- some Github actions are also setup to build your app on push and pull request
- pnpm is the package manager used
You would/might need to update the packages when you clone this repo to make sure they are up to date and all.
Enjoy!!!
pnpm install# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod# unit tests
pnpm run test
# e2e tests
pnpm run test:e2e
# test coverage
pnpm run test:covNest is MIT licensed.