9.13.16 • Published 6 months ago

farme-test v9.13.16

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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