Skip to content

problemsolver25/React_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

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.

Build your own project

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published