freeqaz / TicTacToe.React

A TicTacToe game built using React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe.React

A TicTacToe game built using React.js

Install Instructions

  1. Install node.js and npm (just google it)
  2. Install bower: npm install -g bower
  3. Clone repo and open shell in directory
  • npm install
  • bower install
  1. Build app by invoking gulp: gulp
  2. Run web server (simple node file server): node server.js
  3. Connect to localhost:8080

Alt text

About

A TicTacToe game built using React.js

License:MIT License


Languages

Language:JavaScript 94.5%Language:CSS 5.5%