Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 390 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 390 Bytes

Install vite in the react app


Step 1

$ npm create vite@latest

after this you select write your project name and after send project name you select which framework you want to use and after this you select javascript

Step 2

$ npx degit user/project project-name
cd project-name

Step 3

$ npm install

Step 4

$ npm run dev