Responsive Ember.js Micro Framework using Bootstrap 3, Leaflet.js, Yeoman, and Grunt
###PRE-REQUISITES
- You have to have NPM installed for Node.js package managment
- You will also need to have Grunt installed as your task runner
###QUICK INSTALL
- Clone a copy of CÕR
git clone https://github.com/jvrunion/cor.git
cd cor
npm install -g grunt-contrib-compass
- Then install Yeoman via npm
npm install -g yo
- Check for updates to the Bower packages
bower update --save
- Install your local node packages
npm install
- Create an initial dist package with Grunt
grunt
- Start your dev server with Grunt
grunt server
Your cloned app will be availible at:
http://localhost:9000
####Happy Coding!
Thanks and Happy Forking!