HTML5 Game Development with Javascript Presentation for BaliJS initial meetup at December 2015 in Denpasar,Bali. View slides locally First, ensure you have the following installed: Node.js Bower: $ npm install -g bower Gulp: $ npm install -g gulp Then, install dependencies and run the preview server: $ npm install && bower install $ gulp serve