An open API service indexing awesome lists of open source software.

https://github.com/stavinski/angular-map

Example app using angular-geo-maplocation
https://github.com/stavinski/angular-map

Last synced: 3 months ago
JSON representation

Example app using angular-geo-maplocation

Awesome Lists containing this project

README

        

angular-map
===========

## Running the example app

1. If you haven't already got [node](http://wwww.nodejs.org/) and npm go and install it
2. Then you will need to install [bower](http://www.bower.io/) and [grunt](http://gruntjs.com/)
3. Run the following from the command line ```npm install``` this will bring in the necessary node modules
4. The run ```bower install``` this will bring in the bower packages
5. Then to start the app run ```grunt serve```