Skip to main content

Preact

Create a Preact project based on Farm.

Farm provides two approaches to support creating Preact projects:

  • Use the create-farm scaffold to create a scaffold project
  • You can manually create a Preact project following the current documentation

Creating a Preact Project

npm
yarn
pnpm
bun

Select Preact template in Select Framework

Preact

For Preact support, Farm recommends using Vite plugins.

farm.config.ts

If you want to start DevServer

npm
yarn
pnpm
bun

If you need to run the build production environment product command

npm
yarn
pnpm
bun

If you need to preview your build product

npm
yarn
pnpm
bun

For more example details: Preact Example

Extremely Fast Web Build Tool Written in Rust

Copyright © 2024 Farm Community. Built with Docusaurus.