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

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

A CRA Template for Tailwind CSS
https://github.com/agneym/cra-template-tailwind

create-react-app create-react-app-template react tailwindcss

Last synced: 8 months ago
JSON representation

A CRA Template for Tailwind CSS

Awesome Lists containing this project

README

          

# cra-template-tailwind

This is the Tailwind base template for [Create React App](https://github.com/facebook/create-react-app).

## Usage

```bash
npm init react-app folder-name --scripts-version=@agney/rs-tailwind --template=tailwind
```

* Requires `create-react-app` 3.3.0 or higher.

For more information, please refer to:

- [Getting Started](https://create-react-app.dev/docs/getting-started) – How to create a new app.
- [User Guide](https://create-react-app.dev) – How to develop apps bootstrapped with Create React App.