Vite
, modern front-end build tool, lightweight. you need node and npm install.
It’s designed to make web development faster and simpler — especially for frameworks like React, Vue, and Svelte.
npm create vite@latest my-app -- --template react
cd my-app
npm install
npm run dev
or
npm install react react-dom
npm install vite @vitejs/plugin-react --save-dev
- edit or create a file named
vite.config.js
- Install React Developer Tools from: Chrome Web Store