#Tic-Tac-Tangular
A simple tic tac toe game
- Run
npm install
to install task dependencies. - Run
bower install
to install project code dependencies. - Run
grunt build
to create an initial build in the web folder.
- In the project root, run
node server.js
, gotolocalhost:1337
. - In the project root, run
grunt watch
to have grunt listen for file changes and run tasks automatically.
- grunt
- time-grunt
- bower
- angular
- angular-route
- bootstrap-sass
- handlebars
- grunt-bower-requirejs
- grunt-contrib-copy
- grunt-contrib-watch
- grunt-sass