Skip to main content
Version: 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

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
yarn
pnpm
bun
npm run dev

Start enjoying the development experience of millisecond builds

For more example details: React Example

Extremely Fast Web Build Tool Written in Rust

Copyright © 2024 Farm Community. Built with Docusaurus.