NestJs
Create a NestJs
project based on Farm
.
Farm
provides two approaches to support creating NestJs
projects:
- Use the
create-farm
scaffold to create a scaffold project - You can manually create a
NestJs
project following the current documentation
Creating a NestJs Project
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
Start enjoying the development experience of millisecond builds
For more example details: React Example