Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zomars/frontend-nanodegree-neighborhood-map


https://github.com/zomars/frontend-nanodegree-neighborhood-map

Last synced: 13 days ago
JSON representation

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

-------