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

https://github.com/pratik-codes/productively-frontend


https://github.com/pratik-codes/productively-frontend

Last synced: about 1 year ago
JSON representation

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)