This template provides minimal headstart setup to get React working in Vite with Typescript and Tailwindcss.
Clone the project
https://github.com/r-mikegester/react-ts-vite-tailwindcss-template.git
Go to project directory
cd react-ts-vite-tailwindcss-template
Install the dependencies
$ npm install
Show preview
$ npm run dev
To view a Live Demo of this Template Repository just head to:
https://react-ts-vite-tailwindcss-template.vercel.app
- Editable Template startup codes just head to src/App.tsx to edit or removed this startup codes.
- Optionally you can removed the svg assets and logos at the src/assets.
- Lastly show some support by donating or just simply star this template repository it helps a lot, happy coding!