Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabervitale/tictactoe
- Owner: FaberVitale
- License: mit
- Created: 2017-12-01T15:13:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:30:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T17:41:35.458Z (about 1 month ago)
- Topics: react, redux, tictactoe
- Language: JavaScript
- Homepage: https://fabervitale.github.io/tictactoe
- Size: 4.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)**