vndevteam/nestjs-boilerplate
NestJS boilerplate with TypeORM, ExpressJS, Fastify, Jest, I18n & Vuepress docs
No download data available
No tracked packages depend on this.
NestJS boilerplate for a typical project
# Clone the repository
git clone https://github.com/vndevteam/nestjs-boilerplate.git
# Create environment variables file.
cp .env.example .env
# Install dependences.
pnpm install
When you use this template, try follow the checklist to update your info properly
LICENSE.env.github folder which contains the funding info# development
$ pnpm start
# watch mode
$ pnpm start:dev
# production mode
$ pnpm start:prod
feature.fastify branch)Please read the docs. It contains the details about the project structure, conventions, and more.