Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ifalfahri/react-tailwind-starter
- Owner: ifalfahri
- Created: 2024-11-22T03:52:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T06:26:49.000Z (about 2 months ago)
- Last Synced: 2024-11-22T06:27:20.510Z (about 2 months ago)
- Topics: javascript, react, reactjs, starter, swc, tailwind, tailwindcss, template, vite, vitejs
- Language: JavaScript
- Homepage: https://react-js-tailwind-starter.vercel.app
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.