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 Cloudflare Pages!
Link: https://setup-project-demo.pages.dev
Clone the project
git clone https://github.com/Pixelmatters/setup-project-demoGo to the project directory
cd setup-project-demoInstall dependencies
npm installStart the development server
npm run dev