npm.io
0.0.2 • Published 2 years ago

farm-core

Licence
MIT
Version
0.0.2
Deps
26
Size
447 kB
Vulns
0
Weekly
0

Farm Core

Farm is a super-fast web build engine written in Rust. Farm can start a project in milliseconds and perform HMR within 5ms, making it much faster than similar tools like webpack and vite.

Visit https://github.com/farm-fe/farm for details

Getting Started

Install Farm CLI:

npm install -g @farmfe/cli

We provide an example React project for now. Use farm create to create a new project and farm start to start the project.

farm create && cd farm-react && npm i && npm start