NestJs
Create a NestJs project based on Farm.
Farm provides two approaches to support creating NestJs projects:
- Use the
create-farmscaffold to create a scaffold project - You can manually create a
NestJsproject following the current documentation
Creating a NestJs Project​
npm create farm@latest
Select NestJs template in Select Framework
The nestjs project uses farmup to start and build the project. Farmup is built based on farm to simplify the way you run ts files in node js.
After downloading the template, run pnpm dev to start the nestjs project
npm run dev
Start enjoying the development experience of millisecond builds
For more example details: NestJs Example
