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
- Host: GitHub
- URL: https://github.com/stavinski/angular-map
- Owner: stavinski
- License: mit
- Created: 2014-05-07T20:00:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T21:38:36.000Z (about 11 years ago)
- Last Synced: 2024-04-14T15:07:20.046Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 738 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```