This project is generated with yo angular generator version 0.15.1.
Run grunt
for building and grunt serve
for preview.
- First, clone the repo
- cd into the newly created directory:
cd bike-maps
- run
npm install
...wait - run
bower install
...wait - confirm tests run:
grunt test
- spin up local server:
grunt serve
Running grunt test
will run the unit tests with karma.
- Add documentation for explicit prerequisites (like npm, etc.)
- Add/update any more instructions on installation/development of app
- Audit/update/cleanup dependencies
- Decide if some of what is in repo should be removed (or even some deps should be included)
- Address some list item TODOs in html of 'ride' page