kikohs / d3-es6-boilerplate

ES6 - D3 - Babel - SCSS - Webpack boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains boilerplate code for a d3 viz.

To use on your project first install Node.js

On Mac, install Homebrew, then Node from Homebrew. On Windows, you can use Chocolatey to install Node.

NPM, is included with node so you don't have to do anything.

Then, install the dependencies:

$ npm install

To start developing run:

$ npm start

You should see a new browser tap opening and a title of "D3 Boilerplate" in http://127.0.0.1:8080.

From there, you start to develop your own code in the app directory. When you finish coding, use npm run build or npm run deploy to build the static files.

License

MIT

About

ES6 - D3 - Babel - SCSS - Webpack boilerplate


Languages

Language:JavaScript 84.2%Language:CSS 12.4%Language:HTML 3.3%