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

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

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

```