Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zomars/frontend-nanodegree-neighborhood-map
https://github.com/zomars/frontend-nanodegree-neighborhood-map
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zomars/frontend-nanodegree-neighborhood-map
- Owner: zomars
- Created: 2015-12-11T02:17:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T02:01:20.000Z (over 8 years ago)
- Last Synced: 2024-10-05T16:21:46.399Z (about 1 month ago)
- Language: CSS
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Front-End Nanodegree Neighborhood Map
====You will develop a single page application featuring a map of your neighborhood or a neighborhood you would like to visit. You will then add additional functionality to this map including highlighted locations, third-party data about those locations and various ways to browse the content.
Project Demo
------------You can preview this project [here](https://zomars.github.io/frontend-nanodegree-neighborhood-map/).
Installation
------------Clone the repository
On the project root directory run:
```
$ ./install
```Installation
------------For local testing run:
```
$ grunt server
```Then access it via: http://localhost:3000
-------