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
- Host: GitHub
- URL: https://github.com/agneym/cra-template-tailwind
- Owner: agneym
- Created: 2019-11-24T09:19:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T18:18:17.000Z (about 5 years ago)
- Last Synced: 2025-02-19T22:29:58.783Z (about 1 year ago)
- Topics: create-react-app, create-react-app-template, react, tailwindcss
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.