#Major League Miruken
Major League Miruken is a reasonbly complex demo application written to show off the features of miruken and give us real code to discuss and work through as you learn Miruken. Craig Neuwirt, Miruken's creator, is a huge soccer fan! When he is not working on Miruken or working with Miruken, he is playing soccer, and when he is not playing soccer he is coaching his kids in soccer. We really had no choice but to build a soccer application.
###Set up your environment
Download and install node from their website.
Install the gulp-cli globally.
$ npm install -g gulp-cli
Install bower globally.
$ npm install -g bower
Install karma-cli globally.
$ npm install -g karma-cli
###Install application dependencies Install npm dependencies
$ npm install
Install bower dependencies
$ bower install
###Run Application
gulp serve
###Watch code and run build pipeline
gulp watch
###Execute Tests
karma start