https://github.com/syntapy/tictactoe-old
Old tictactoe for React tutorial. Code style isn't good
https://github.com/syntapy/tictactoe-old
Last synced: over 1 year ago
JSON representation
Old tictactoe for React tutorial. Code style isn't good
- Host: GitHub
- URL: https://github.com/syntapy/tictactoe-old
- Owner: syntapy
- Created: 2022-07-20T08:39:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T02:13:07.000Z (over 3 years ago)
- Last Synced: 2025-02-08T06:14:07.084Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- 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)