Skip to content

ksiabani/tic-tac-toe-react

Repository files navigation

Tic Tac Toe with React

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.

Included

  • 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

Environment requirements

  • Node.js >= 0.12
  • Sass >= 3.4

Installation

  1. Clone this repo.
  2. Install node.js dependencies: npm install.
  3. Install the bower dependencies: bower install.

Automation with Gulp

  • Run the gulp build task: gulp build. This, when done, will create a distribution folder dist.
  • Run the gulp default task: gulp watch. This will run a local server on http://localhost:3000 and will reload when code changes.

Resources

License

MIT

About

Tic Tac Toe made with facebook's React library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published