Skip to content

NestJS project boilerplate with Commitlint and Commitizen. Run by pnpm

License

Notifications You must be signed in to change notification settings

hungnguyenhuu-agilityio/nestjs-commitlint-commitizen

Repository files navigation

NestJS boilerplate

Description

Nest framework TypeScript starter repository.

Stacks

  1. NestJS - 10.0.0
  2. Commitlint - 19.5.0
  3. Commitizen - 4.3.1
  4. Prettier - 3.0.0
  5. Docker - 27.3.1
  6. Node - 20.8
    • pnpm

Project setup

# Install the module
$ pnpm install

# Update the environment file
# Access to .env file or create if not existed
# your_environment should be [local, staging, production]
$ NODE_ENV=your_environment

# Expose port for application
$ PORT=your_port

Compile and run the project

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Run tests

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

Contribute

License

Nest is MIT licensed.

About

NestJS project boilerplate with Commitlint and Commitizen. Run by pnpm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published