Skip to content

stevepartridge/tictactoe-client-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe-client-web

A basic browser based Tic Tac Toe game

Prerequisites

  • Node.js (Currently tested with v0.10.34)
  • npm (comes with Node.js)
  • Bower *
npm install -g bower

Gulp *

npm install -g gulp

* if you would rather not install it globally you can call the relative bin file (node_modules//bin...)

Run it locally

  • Pull this repo down
  • From within the root directory, at the command line (Terminal, Putty, etc.) run:
npm install
bower install

* if you're asked about which version of Angular to use, pick ≥1.4.0

  • Now you should be able to spin it up
gulp

It should now be running at localhost:8000

Build the production version

gulp build

Live Version

A live version can be found at tictactoe.stevepartridge.me

About

A basic browser based Tic Tac Toe game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published