showing results for - "nestjs framwork"
Nena
14 Jul 2016
1npm i -g @nestjs/cli
2nest new project-name
3
4Alternatives
5Alternatively, to install the TypeScript starter project with Git:
6
7git clone https://github.com/nestjs/typescript-starter.git project
8cd project
9npm install
10npm run start
11
12