Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 442 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 442 Bytes

React Highcharts example

This example demonstrates how Highcharts could be used with React.

Clone the repository and install with npm or yarn as usal.

clone

git clone [email protected]:wiesson/react-highcharts.git
cd react-highcharts

Install

# If you are using npm
npm install

# If you are using yarn
yarn

Start

# If you are using npm
npm run start

# If you are using yarn
yarn start