An AngularJS client for the Reading List application.
Follow reading-list-ruby installation instructions and ensure that the webserver is running.
git clone git@github.com:jfmaggie/reading-list-angular.git && cd reading-list-angular
- Install dependencies
npm install && bower install
- Start the client application
npm start
(by default runs on port: 8080) - Open http://localhost:8080/ in your favourite browser
- Add tests
- Refactor styles and make mobile friendly