https://github.com/nicgirault/d3-starter
A boilerplate to start a d3 librairy
https://github.com/nicgirault/d3-starter
Last synced: 4 months ago
JSON representation
A boilerplate to start a d3 librairy
- Host: GitHub
- URL: https://github.com/nicgirault/d3-starter
- Owner: nicgirault
- License: mit
- Created: 2016-08-30T20:58:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T21:04:44.000Z (about 9 years ago)
- Last Synced: 2025-02-07T13:14:01.141Z (8 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-starter
A simple boilerplate to start a d3 librairy### About
This boilerplate is an example to get started with Webpack and the modularity of d3 version 4.
### Requirements
- node 4+ with npm
### Install the dependencies
`npm install`
To add a dependency, run `npm install --save `
### Build your librairy
`npm run build`
### Serve and watch source files
`npm start`
Then go to `http://localhost:8080/examples/`