Skip to content

coryarmbrecht/d3-babel-webpack

 
 

Repository files navigation

d3-webpack-babel

simple d3 webpack boilerplate to test some simple code

What's in it?

Just a simple index.js, webpack.config.js and index.html file.

To run

You can simply run webpack build using this command:

> $ npm run build

If you want to run with webpack-dev-server simply run this command:

> $ npm run start

And go to:

http://http://127.0.0.1:8888/webpack-dev-server/bundle

About

boilerplate for some d3 experiments with ES6 support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • HTML 6.0%
  • CSS 2.3%