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
For more example details: React Example
