Vite
Vite is a fast front-end development tool used to create and run modern web projects.
Useful For
- starting React projects
- running a local development server
- fast rebuilds while coding
- bundling for production
Basic Workflow
npm create vite@latest
npm install
npm run devMental Model
Vite is not a UI framework. It is the tool that helps the project run locally and build for deployment.