Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/enricoboccadifuoco/frontend-neighborhood-map

frontend-neighborhood-map
https://github.com/enricoboccadifuoco/frontend-neighborhood-map

Last synced: about 1 month ago
JSON representation

frontend-neighborhood-map

Awesome Lists containing this project

README

        

## Frontend Neighborhood map

### Getting started

#### How to run
cd /path/to/frontend-neighborhood-map/dist
npm update
bower update
grunt

python -m SimpleHTTPServer 8080

#### Grunt taks

1. uglify task

``` bash
grunt uglify
```

1. concat task

``` bash
grunt concat
```

1. jshint task

``` bash
grunt jshint
```

1. cssmin task

``` bash
grunt cssmin
```

1. htmlmin task

``` bash
grunt htmlmin
```