⚡️ Vite + React + TypeScript + Tailwind CSS starter template
Introducing a simple Vite with React + Typescript and Tailwind CSS starter template. This custom-made template has been carefully designed to simplify complex configurations and time-consuming setups, allowing developers (me; especially) to focus on my work effortlessly.
If you find this amazing creation valuable, you're invited to use it for your own projects. I warmly welcome any helpful feedback or suggestions you may have. You can easily make your own version by copying or downloading this code repository and contribute your own fantastic ideas by submitting a Pull Request.
This repository is packed with:
@/
prefixUse this repository as template
Using degit
npx degit aulianza/vite-react-starter YOUR_APP_NAME
Deploy to Vercel or Netlify, etc
It is encouraged to use pnpm so the husky hooks can work properly.
pnpm install
You can start the server using this command:
pnpm dev
Open http://localhost:5173 with your browser to see the result. You can start editing the page by modifying src/App.tsx
.
There are some things you need to change including title, urls, favicons, etc. Don't forget to change the package name in package.json
This starter is using conventional commits, it is mandatory to use it to commit changes.
Licensed under the MIT license.