Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

nestjs framwork

npm i -g @nestjs/cli
nest new project-name

Alternatives
Alternatively, to install the TypeScript starter project with Git:

git clone https://github.com/nestjs/typescript-starter.git project
cd project
npm install
npm run start

Source by docs.nestjs.com #
 
PREVIOUS NEXT
Tagged: #nestjs #framwork
ADD COMMENT
Topic
Name
3+5 =