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
- Host: GitHub
- URL: https://github.com/wesscoby/cra-template-tailwind
- Owner: wesscoby
- License: mit
- Created: 2020-10-19T10:58:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T13:31:32.000Z (over 4 years ago)
- Last Synced: 2025-02-01T16:22:02.332Z (4 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A quick start Tailwind css Create React App template
### Usage
```bash
npx create-react-app your-project-name --template @wesnet/tailwind# or
yarn create react-app your-project-name --template @wesnet/tailwind
```