Demo project for the How to set up a Front-End project with Vite, React, and TypeScript blog post.
You can see this project deployed to Github Pages!
Link:
Clone the project
git clone https://github.com/snrakshith/react-template
Go to the project directory
cd react-template
Install dependencies
npm install
Start the development server
npm run dev