##Milo.js
In sample-ui directory you can find an example about how to use Milo.js with an Ember.js application.
- Run
npm install -g brunchto install Brunch. - Run
npm install .inside thesample-uidirectory to install the required dependencies.
- Run
brunch watch --server. - The application will be available at http://localhost:3333.
- Run
npm install .to fetch the necessary npm packages. - Run
grunt distto build Milo.js. Two builds will b e placed in thedistdirectory.milo.jsandmilo.min.js- unminified and minified build of Milo.js
NOTE: Please be sure you already have installed Node.js
In order to run the tests you need mocha-phantomjs. You can do it by installing:
- Install Node.js with NPM.
- Run
npm install -g grunt-cli.to install Grunt. - Run
npm install .inside the project root to install the required npm packages.
- Go to the project root directory.
- Run
grunt test.
- From your local repository, run
grunt doc - The documentation will be built into the
docdirectory
