跳到主要内容
版本:1.0.0

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

npm
yarn
pnpm
bun
npm create farm@latest

Select NestJs template in Select Framework

For more example details: React Example