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-templateGo to the project directory
cd react-templateInstall dependencies
npm installStart the development server
npm run dev