Skip to content

Spantree/webpack-bootstrap-d3-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Bootstrap/D3 Project

Includes:

  • ES6 compilation w/ babel
  • SASS handling
  • Bootstrap 3
  • D3

Using the starter

To use this as a starter for a new project, replace dirformynewrepo and execute in the following commands:

git clone --depth=1 --branch=master git://someserver/somerepo dirformynewrepo
rm -rf !$/.git

Installing and usage

npm install

Then, simply run:

npm run dev

and load up localhost:8080/webpack-dev-server/index.html for live-reloaded changes. If you make changes to the html file, you'll need to refresh the page manually.

See js/app.js for an example of how to load a stylesheet and pull in d3

About

Quick starter for ES6 + bootstrap + d3 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published