Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 665 Bytes

File metadata and controls

32 lines (24 loc) · 665 Bytes

conchas-client-browser

  • develop Build Status

Getting Started

First you need to install compass

$ gem install compass

Generator and other

we use yeoman to generate this app

$ npm install -g yo grunt-cli bower
$ npm install -g generator-angular

clone and start server

$ git clone https://github.com/ajm-web/conchas-client-browser.git
$ git checkout develop
$ cd conchas-client-browser
$ bower install
$ npm install
$ grunt test
$ grunt server