Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabervitale/tictactoe

A tic tac toe game built with React
https://github.com/fabervitale/tictactoe

react redux tictactoe

Last synced: 13 days ago
JSON representation

A tic tac toe game built with React

Awesome Lists containing this project

README

        

# tic-tac-toe

A Tic Tac Toe game written with [React](https://reactjs.org/),
[Redux](https://redux.js.org/) and
[Create-react-app ](https://github.com/facebookincubator/create-react-app)
boilerplate.

Supports recent browsers and IE 11.

* [play it here](https://fabervitale.github.io/tictactoe)

* [Changelog](./CHANGELOG.md)

## Content

* [Project Structure](#project-structure)

* [Available Scripts](#available-scripts)
* [npm install](#npm-install)
* [npm start](#npm-start)
* [npm test](#npm-test)
* [npm run build](#npm-run-build)
* [npm run eject](#npm-run-eject)
* [npm run predeploy](#npm-run-build)
* [npm run deploy](#npm-run-deploy)
* [License](#license)


## Project Structure

```
public/
src/
actionCreators/
ai/
components/
costants/
actions
containers/
css/
reducers/
selectors/
util/
```

## Available Scripts

### `npm install`

Downloads `node_modules`.

### `npm start`

Starts a development server:

* [http://localhost:3000](http://localhost:3000) on your pc.

* [192.168.1.196:3000](192.168.1.196:3000) in your local network.

### `npm test`

Checks if crashes.

### `npm run build`

Minifies and optimizes the code.

_alias npm run predeploy_

### `npm run eject`

**Don't do it**

### `npm run deploy`

pushes the content of `./build` on the gh-pages branch of this repo


## License

**[MIT](/LICENSE)**