Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsminar/vite-react-tailwind-starter
This template provides a potent starting point for crafting modern, lightning-fast React applications using the powerful duo of Vite and Tailwind CSS. Get out of the gate quickly with a pre-configured setup and focus on crafting stunning UIs and complex logic.
https://github.com/itsminar/vite-react-tailwind-starter
javascript reactjs tailwindcss vite
Last synced: 22 days ago
JSON representation
This template provides a potent starting point for crafting modern, lightning-fast React applications using the powerful duo of Vite and Tailwind CSS. Get out of the gate quickly with a pre-configured setup and focus on crafting stunning UIs and complex logic.
- Host: GitHub
- URL: https://github.com/itsminar/vite-react-tailwind-starter
- Owner: itsMinar
- Created: 2024-01-21T19:11:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:08:21.000Z (about 1 month ago)
- Last Synced: 2024-11-10T18:19:41.543Z (about 1 month ago)
- Topics: javascript, reactjs, tailwindcss, vite
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + React + TailwindCSS
## When you use this template, make sure that you change the author name from package.json file and edit this README.md file.
### This template provides a minimal setup to get React with Tailwind CSS working in Vite with HMR and some ESLint rules.
1. Clone this repository -
```sh
git clone https://github.com/itsMinar/vite-react-tailwind-starter.git
```
2. Go to the Directory -
```sh
cd vite-react-tailwind-starter
```
3. Remove the git initialization (.git) file (don't use powershell) -
```sh
rm -rf .git*
```
4. Install dependencies -
```sh
npm install
```
5. Run the project:```bash
npm run dev
```