Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Vite-React-Tailwindcss Stater

image

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