Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazemmdev/react-tailwind-stater
Vite-React-Tailwindcss Stater
https://github.com/kazemmdev/react-tailwind-stater
postcss react tailwindcss vite
Last synced: 4 days ago
JSON representation
Vite-React-Tailwindcss Stater
- Host: GitHub
- URL: https://github.com/kazemmdev/react-tailwind-stater
- Owner: kazemmdev
- Created: 2022-02-28T21:21:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T21:25:49.000Z (over 2 years ago)
- Last Synced: 2023-07-26T23:39:18.355Z (over 1 year ago)
- Topics: postcss, react, tailwindcss, vite
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite-React-Tailwindcss Stater
I know some of you faced issues while using [React](https://reactjs.org/) and [Tailwind CSS](https://tailwindcss.com/) together. That's why I trying to find out a good solution for react-tailwind projects. and I made it with [Vite](https://vitejs.dev/).
just simply clone it and use it
if it helps you, then don't forget to star the repo
## Installation
```sh
npm i
```## Development
```sh
npm run dev
```## Build
```sh
npm run build
```