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

https://github.com/wesscoby/cra-template-tailwind

A Create React App template with Tailwind css
https://github.com/wesscoby/cra-template-tailwind

Last synced: about 2 months ago
JSON representation

A Create React App template with Tailwind css

Awesome Lists containing this project

README

        

## A quick start Tailwind css Create React App template
![Screenshot](./cra-template-tailwind.png)

### Usage

```bash
npx create-react-app your-project-name --template @wesnet/tailwind

# or

yarn create react-app your-project-name --template @wesnet/tailwind
```