Package Exports
- react-highstock-demo
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-highstock-demo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-highstock-demo
Highcharts/Highstock component for react.
Directory Layout
.
├── package.json
├── gulpfile.js
├── index.js
├── build
│ ├── bundle.js
│ ├── favicon.ico
│ └── index.html
└── src
├── app.jsx
├── components
│ ├── App.jsx
│ └── Charts
│ ├── BaseChart.jsx
│ ├── SimpleChart.jsx
│ └── SimpleStockChart.jsx
├── favicon.ico
└── index.html
Getting Started
$ git clone https://github.com/shunitoh/react-highstock-demo.git
$ npm install
How to Build
$ gulp build
How to Deploy
$ node index.js