/d3boilerplate

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

d3 boilerplate

a simple html boilerplate based on D3 v4

files

./index.html ... html base
./index.js   ... main JS file
./style.css  ... styles
./web_modules/d3/build/d3.js ... d3 build

Start

to launch a local webserver run

npm install
npm start