CrashLaker / d3-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3 webpack boilerplate

simple d3 and scss webpack configuration with csv loader

requirements

  • node.js
  • npm

download

download into current directory

curl -L -o master.zip https://github.com/shelby-/d3-webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip

setup

install dependencies

npm install

development

run the local webpack-dev-server (live-reload and autocompile) at http://localhost:7000/

npm start

production

build assets

npm run build 

About

License:MIT License


Languages

Language:JavaScript 94.1%Language:HTML 5.3%Language:SCSS 0.5%