Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syntapy/tictactoe
Doing tictactoe for the React tutorial
https://github.com/syntapy/tictactoe
Last synced: 22 days ago
JSON representation
Doing tictactoe for the React tutorial
- Host: GitHub
- URL: https://github.com/syntapy/tictactoe
- Owner: syntapy
- Created: 2022-07-20T08:39:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T02:13:07.000Z (almost 2 years ago)
- Last Synced: 2023-07-02T02:10:58.518Z (over 1 year ago)
- Language: TypeScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cra-template-tailwindcss-typescript
A streamlined [Tailwind CSS v3.1](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)