Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keiichiw/react-tutorial-ts
Tic-Tac-Toe with React + TypeScript
https://github.com/keiichiw/react-tutorial-ts
Last synced: 12 days ago
JSON representation
Tic-Tac-Toe with React + TypeScript
- Host: GitHub
- URL: https://github.com/keiichiw/react-tutorial-ts
- Owner: keiichiw
- License: mit
- Created: 2021-04-25T06:34:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T10:22:44.000Z (over 3 years ago)
- Last Synced: 2024-11-08T01:14:26.331Z (2 months ago)
- Language: TypeScript
- Homepage: https://keiichiw.github.io/react-tutorial-ts/
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe with React + TypeScript
My implementation of [React Tutorial](https://reactjs.org/tutorial/tutorial.html)'s Tic-Tac-Toe with TypeScript for learning purpose.
The application is available on [GitHub pages](https://keiichiw.github.io/react-tutorial-ts/).## Development
```shell
$ git clone [email protected]:keiichiw/react-tutorial-ts.git
$ cd react-tutorial-ts
$ npm install
$ npm start # Start the app in the development mode.
```When a new commit is pushed to the repository, [GitHub Action](https://github.com/keiichiw/react-tutorial-ts/blob/main/.github/workflows/main.yml) will deploy the apllication automatically if no error is found.