Skip to content

yarmsl/passport_nest

Repository files navigation

Nest Logo

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod