https://github.com/maxpou/react-tictactoe
🎮 playing with React and MobX...
https://github.com/maxpou/react-tictactoe
enzyme jest react tictactoe
Last synced: about 1 month ago
JSON representation
🎮 playing with React and MobX...
- Host: GitHub
- URL: https://github.com/maxpou/react-tictactoe
- Owner: maxpou
- Created: 2017-10-09T16:29:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T18:37:33.000Z (over 8 years ago)
- Last Synced: 2025-03-05T13:52:14.947Z (over 1 year ago)
- Topics: enzyme, jest, react, tictactoe
- Language: JavaScript
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React - TicTacToe
[](https://travis-ci.org/maxpou/react-tictactoe) [](https://standardjs.com) [](https://github.com/facebook/jest)
Based [The REACT getting started](https://reactjs.org/tutorial/tutorial.html)... pimped :wink:
## What's inside
* [Facebook/React](https://reactjs.org/)
* [MobX](https://mobx.js.org/index.html) *Simple, scalable state management*
* +[mobx-react-devtools](https://github.com/mobxjs/mobx-react-devtools)
* [Facebook/Jest](https://facebook.github.io/jest/) *Delightful JavaScript Testing*
* [Airbnb/Enzyme](http://airbnb.io/enzyme/) *Enzyme is a JavaScript Testing utility for React*
* [Create React App](https://github.com/facebookincubator/create-react-app) *(the original seed)*
## Commands
```bash
npm start
npm test
npm test -- --coverage
npm run build
npm run eject
```
For command descriptions, see [DOCUMENTATION.md](./DOCUMENTATION.md#available-scripts)