Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulfioravanti/tic-tac-toe

Application from the React Tutorial
https://github.com/paulfioravanti/tic-tac-toe

javascript react react-tutorial tutorial typescript

Last synced: 3 months ago
JSON representation

Application from the React Tutorial

Awesome Lists containing this project

README

        

# Tic-Tac-Toe

This is my implementation of the Tic-Tac-Toe application built during the
[React Tutorial][].

No extra bits of functionality were added, but I did change some of the code
around so that it made more sense to me, added [ESLint][], and made things a
bit more strongly typed with [Typescript][].

## Install

```sh
git clone [email protected]:paulfioravanti/tic-tac-toe.git
cd tic-tac-toe
npm install
```

## Run

```sh
npm start
```

## Deploy

Currently deployed out on [Github Pages][] at
.

```sh
npm run build
npm run deploy
```

[ESLint]: https://eslint.org/
[Github Pages]: https://pages.github.com/
[React Tutorial]: https://reactjs.org/tutorial/tutorial.html
[Typescript]: https://www.typescriptlang.org/