https://github.com/aichbauer/info_viz_d3
A dashbord for exploring the US crime stats
https://github.com/aichbauer/info_viz_d3
Last synced: 10 months ago
JSON representation
A dashbord for exploring the US crime stats
- Host: GitHub
- URL: https://github.com/aichbauer/info_viz_d3
- Owner: aichbauer
- Created: 2016-12-21T15:22:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T15:54:24.000Z (over 9 years ago)
- Last Synced: 2025-03-04T20:40:51.846Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Data Viz D3
## author: Lukas Aichbauer, Bianca Leitner
## The finished Dashboard is available at:
[FBI crime statistics from the US](https://rudolfsonjunior.github.io/FBIcrimeInUS/)
### Installation
```bash
$ npm i
```
### Use
#### grunt serve
* copies transpiled js, css and html to dist folder
* serve dist folder on http://localhost:8000
* opens the index.html from dist folder in your default browser
* automaticly watches your files in src folder and reloads the localhost and reserves the change to dist folder
```bash
$ gulp serve
```
#### gulp
* simply copies the transpiled files from src to dist
```bash
$ gulp
```