Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enricoboccadifuoco/frontend-neighborhood-map
- Owner: enricoboccadifuoco
- Created: 2015-08-02T21:41:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T22:03:51.000Z (over 9 years ago)
- Last Synced: 2023-02-28T08:23:16.070Z (almost 2 years ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
gruntpython -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
```