FlashcardBeginner
Running the Application
Use npm run start to run the app and start:dev for watch mode during development.
Question
How do you run a NestJS application?
Click to reveal answer
Use npm run start to run the app and start:dev for watch mode during development.
How do you run a NestJS application?