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

https://github.com/nicgirault/d3-starter

A boilerplate to start a d3 librairy
https://github.com/nicgirault/d3-starter

Last synced: 4 months ago
JSON representation

A boilerplate to start a d3 librairy

Awesome Lists containing this project

README

          

# d3-starter
A simple boilerplate to start a d3 librairy

### About

This boilerplate is an example to get started with Webpack and the modularity of d3 version 4.

### Requirements

- node 4+ with npm

### Install the dependencies

`npm install`

To add a dependency, run `npm install --save `

### Build your librairy

`npm run build`

### Serve and watch source files

`npm start`

Then go to `http://localhost:8080/examples/`