Trying to set up a tic-tac game to respond to customer educational needs. This is currently work in progress ! :)
To install the app you have to install nodejs and npm.
Then,
-
Install grunt : "npm -g install grunt-cli" Install bower : "npm -g install bower"
-
Install dependencies : Npm dependencies : "npm install" in the project directory Bower dependencies : "bower install" in the project directory
-
Developement mode "grunt serve"
Production mode : "grunt build"