Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.