This is an example of how Highcharts can be used with SystemJS. It uses SystemJS to load source files, SystemJS Babel Plugin to transpile ES6 code, ExpressJS for the server application. ##Steps Install dependencies
npm install
Run the application
- Start the application by running either
npm run start
ornode server.js
. - Open localhost:8080 and you should see a simple Highcharts demo.
@gevgeny I love you!