Game on three.js
1.0.0
- Install node.js from WEB
- Install bower using command line
$ npm install -g bower- Download project dependences
$ npm install
$ bower install// Build for development, run watch task
$ grunt
// Build for production
$ grunt build
// Simply run watch task or other tasks
$ grunt watch || [other task registred in Gruntfile.js]