0.0.2 • Published 2 years ago
farm-core v0.0.2
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/cliWe 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