https://github.com/chitacan/react-with-d3
:briefcase: react with d3
https://github.com/chitacan/react-with-d3
d3 deck react
Last synced: 7 months ago
JSON representation
:briefcase: react with d3
- Host: GitHub
- URL: https://github.com/chitacan/react-with-d3
- Owner: chitacan
- Created: 2015-05-16T03:34:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T06:01:49.000Z (over 10 years ago)
- Last Synced: 2024-04-14T09:38:53.175Z (about 2 years ago)
- Topics: d3, deck, react
- Language: CoffeeScript
- Homepage: http://chitacan.github.io/react-with-d3
- Size: 20.9 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [react-with-d3](https://chitacan.github.io/react-with-d3)
:briefcase:
## Usage
Make sure you have [node](https://nodejs.org/), [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md), [bower](http://bower.io/#install-bower) :hand:
Before to get started, clone this project. (remove `./git` to fresh start)
$ git clone chitacan/react-with-d3
$ npm install && bower install
Start developing with
$ gulp
Build with
$ gulp build
Depoly to `gh-pages` with
$ gulp deploy
# Hack
Every visual elements in slide is `react` component. ([see](https://github.com/chitacan/react-with-d3/blob/master/app/scripts/app.coffee))