Vanilla
Create a Vanilla project based on Farm.
Farm provides two approaches to support creating Vanilla projects:
- Use the
create-farmscaffold to create a scaffold project - You can manually create a
Vanillaproject following the current documentation
Creating a Vanilla Project
Select Vanilla template in Select Framework
Using the vanilla template you do not need to install any other framework dependencies, just run dev to start devServer
If you need to run the build production environment product command
If you need to preview your build product
For more example details: React Example
