react-highcharts-example
react-highcharts-example copied to clipboard
Simple create-react-app with highcharts example
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