Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ifalfahri/react-tailwind-starter

Vite + React + Tailwind + Javascript + SWC simple starter
https://github.com/ifalfahri/react-tailwind-starter

javascript react reactjs starter swc tailwind tailwindcss template vite vitejs

Last synced: about 2 months ago
JSON representation

Vite + React + Tailwind + Javascript + SWC simple starter

Awesome Lists containing this project

README

        

# React Tailwind Starter

> A minimal starter template to quickly setup your project with Vite, React, and Tailwind CSS in Javascript + SWC.

## 🚀 Getting Started
You can either
### 1. Use this repository as template
By clicking the green "Use this template" button at the upper right in this page, or by simply clicking this [link](https://github.com/new?template_name=react-tailwind-starter&template_owner=ifalfahri)
### 2. Deploy to Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fifalfahri%2Freact-tailwind-starter)

### 3. Manual
```
git clone https://github.com/ifalfahri/react-tailwind-starter.git
```

and then you can
```
npm install
```
```
npm run dev
```

## 💡 Features
- Vite for fast bundling and development.
- React for building interactive UIs.
- Tailwind CSS for utility-first styling.
- SWC for faster JavaScript compilation.