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

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...

Awesome Lists containing this project

README

          

# React - TicTacToe

[![Build Status](https://travis-ci.org/maxpou/react-tictactoe.svg?branch=master)](https://travis-ci.org/maxpou/react-tictactoe) [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](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)