Skip to content
/ nestjs-starter Public template

Nestjs framework TypeScript starter repository.

License

Notifications You must be signed in to change notification settings

zeffon/nestjs-starter

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Deplpy

Use pm2 in server

...

Use Vercel

Tip: if you use Vercel deploy nestjs, you can't use path alias and only use relative path.

To set environment variables in Vercel project settings:

  1. Log in to the Vercel platform and navigate to your project's dashboard.
  2. Open the Settings page and go to the Environment Variables section.
  3. Add an environment variable named APP_ENV and set its value to production.

License

Nestjs-starter is MIT licensed.

About

Nestjs framework TypeScript starter repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published