melbjs-feb-2015 icon indicating copy to clipboard operation
melbjs-feb-2015 copied to clipboard

MelbJS demo Taco Counting App

Melbjs Feb 2015 Demo Application

Preview

Installing & Running

$ npm install
$ npm start

Some other commands

$ npm run build-scripts     # compile your assets
$ npm run build-scripts-dev # like above but not minified
$ npm run watch             # watches for changes to happen and then runs the above