https://github.com/pratik-codes/productively-frontend
https://github.com/pratik-codes/productively-frontend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pratik-codes/productively-frontend
- Owner: pratik-codes
- Created: 2021-07-25T13:39:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T11:43:08.000Z (over 4 years ago)
- Last Synced: 2025-02-01T22:47:25.216Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://productive-ly.netlify.app/
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-tailwindcss-typescript
A streamlined [Tailwind CSS](https://tailwindcss.com) template for [Create React App](https://github.com/facebook/create-react-app) in [TypeScript](https://www.typescriptlang.org/).
> This template installs and sets up [Tailwind CSS](https://tailwindcss.com) with TypeScript support.
## Usage
```bash
npx create-react-app --template tailwindcss-typescript
```
## Credits
This project was made possible thanks to the following projects.
1. [GeoffSelby/cra-template-tailwindcss](https://github.com/GeoffSelby/cra-template-tailwindcss) - A streamlined Tailwind CSS template for Create React App (in JavaScript).
2. [cra-template-typescript](https://github.com/facebook/create-react-app/tree/master/packages/cra-template-typescript) - An official TypeScript template for create-react-app.
## License
MIT © [Sung M. Kim](https://sung.codes)