Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 291 Bytes

README.nestjs.md

File metadata and controls

executable file
·
14 lines (9 loc) · 291 Bytes

npm i -g @nestjs/cli yarn global add @nestjs/cli

NestJS Auth setup JWT

yarn add @nestjs/passport passport passport-local yarn add @types/passport-local yarn add @nestjs/axios yarn add axios

npm i --save @nestjs/core @nestjs/common rxjs reflect-metadata

npx create-nx-workspace@latest