Tic Tac Toe made with facebook's React library. This project uses Randy Lien's Yeoman generator. Install and run your own copy using the instructions below or go directly to the demo.
- Gulp
- Bower
- jQuery
- Browserify
- Reactify - Help to transform JSX
- Watchify
- Livereload (BrowserSync)
- Sass with Compass
- Bootstrap - Twitter Bootstrap's official Sass version
- Modernizr
- Jest for unit tests
- Node.js >= 0.12
- Sass >= 3.4
- Clone this repo.
- Install node.js dependencies:
npm install
. - Install the bower dependencies:
bower install
.
- Run the gulp build task:
gulp build
. This, when done, will create a distribution folderdist
. - Run the gulp default task:
gulp watch
. This will run a local server on http://localhost:3000 and will reload when code changes.
- React and Flux for Angular Developers by Tony Alicea
- Building Applications with React and Flux by Cory House
- Bitwise operators on MDN
- Using bit-logic to keep track of a tic-tac-toe game
MIT