https://github.com/wesscoby/cra-template-tailwind-ts
A Create React App template with Tailwind css and TypeScript
https://github.com/wesscoby/cra-template-tailwind-ts
Last synced: about 2 months ago
JSON representation
A Create React App template with Tailwind css and TypeScript
- Host: GitHub
- URL: https://github.com/wesscoby/cra-template-tailwind-ts
- Owner: wesscoby
- License: mit
- Created: 2020-10-19T14:01:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T14:45:11.000Z (over 4 years ago)
- Last Synced: 2025-02-01T16:22:08.497Z (4 months ago)
- Language: TypeScript
- Size: 240 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 with TypeScript
### Usage
```bash
npx create-react-app your-project-name --template @wesnet/tailwind-ts# or
yarn create react-app your-project-name --template @wesnet/tailwind-ts
```