Make Game is an experimental project let people make games and learn coding with simple drag & drop blocks.
Install polymer-cli:
npm install -g polymer-cli
Install gulp-cli
npm i -g gulp-cli
npm install & bower install
This command serves the app at http://localhost:8080
and provides basic URL
routing for the app:
gulp watch
This command performs HTML, CSS, and JS minification on the application dependencies.
gulp build