/react_d3

Primary LanguageJavaScript

React project making graph with D3.js

###About###

데이터 파일만을 이용하여 Drag & Drop 으로 D3.js 라이브러리를 이용한 그래프를 만들고 외부에서 이용할 수 있도록 하는 프로젝트

###Getting Started###

There are two methods for getting started with this repo.

####Familiar with Git?##### Checkout this repo, install dependencies, then start the gulp process with the following:

	> git clone https://github.com/zkzofn/react_d3.git
	> cd react_d3
	> npm install
	> npm start

####Not Familiar with Git?##### Click download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

	> npm install
	> npm start