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

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

Awesome Lists containing this project

README

        

## A quick start Tailwind css Create React App template with TypeScript
![Screenshot](./cra-template-tailwind.png)

### 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
```