Skip to content

bevacqua/jscharting

Repository files navigation

JSCharting Demos

To run any of these demos, set up a static server like so.

npm install static-server -g
static-server --port 9000 .
open http://localhost:9000 # in another tab

To run the fourth demo, run the following commands instead.

npm install
node fourth-app
open http://localhost:9000 # in another tab

License

MIT