Skip to content
/ cor Public

Responsive MVC Micro Framework using Ember.js, Bootstrap 3, Leaflet.js, Yeoman, Grunt and Bower

License

Notifications You must be signed in to change notification settings

jvrunion/cor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Built with Grunt

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!

This is a work in progress and will probably not be stable for another couple of weeks.

Thanks and Happy Forking!

Bitdeli Badge

About

Responsive MVC Micro Framework using Ember.js, Bootstrap 3, Leaflet.js, Yeoman, Grunt and Bower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages