Tutorials For Farm. In this tutorial, you will learn:
- How to build a Farm react project from scratch
- The basic concept of Farm, like
input
,output
,dev-server
,HMR
andplugins
- Farm's daily configurations and official plugins
:::note
This tutorial is build a Farm react project from scratch
, If you are trying to init a new Farm Project rapidly, use our official template with command pnpm create farm
.
:::
Following our tutorial, and open your super-fast Farm develop journey!
- 1. Create a Farm React project
- 2. Start the project
- 3. Configure common plugins
- 4. Build the project
:::note The source code of this tutorial is in farm tutorials repository