Setup Vite & React project
23 July 2023 (Updated 11 April 2024)
Create Vite project
Setup Git
Update Vite config
We’ll add the server.port
and server.open
options to open Vite in port 300 by default and also to have it launch a browser when running npm run dev
.
Remove unnecessary files
Update App.tsx
to:
Update <title> of index.html
Setup project
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment