Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```