Skip to content

skywalkerSam/hello-vite-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Hello World of Vite + React

Get started with Vite + React in just a few seconds!

npm init vite@latest

Or, Just run:

npm init vite

Enter the project name hello-vite-react & Navigate through the rest of the prompts and select the desired options...

Then run the following commands:

cd hello-vite-react

npm install

npm run dev

To Build the project:

npm run build

To deploy the project to GitHub Pages:

npm run deploy