Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 673 Bytes

Readme.md

File metadata and controls

13 lines (8 loc) · 673 Bytes

This is minimal repository to host a webpage with local highcharts demo.

Requesities:

highcharts repository cloned and built

highcharts utils server cloned and running

in the source code, in index.html replace ip of the utils server with your own. The easy way of getting your IP: When running the utils server, the first message in the console says on what IP/port each server is running. You want to find the one with the port 3031 with the alias of code.highcharts.local.

Running the app

you can run your app with live server visual studio code extention.