Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 691 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 691 Bytes

React + Vite

The below template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Requirement

  • Node v18+

Setup a Vite Project in an Existing Folder

npm create vite@latest . -- --template react

Setup a Vite Project in a New Folder

npm create vite@latest my-vite-app -- --template react