I am trying to create a dendrogram using a D3 JavaScript component I found on Github. Here's the link: https://www.npmjs.com/package/react-d3-tree I am fairly new to this whole thing, so I am having difficulty figuring out how to use this to create a web application that I can actually run, like what's shown in the demo (https://bkrem.github.io/react-d3-tree-demo/) Ideally I would like to import my own .json data, but once I have it running I'm sure I can figure that out fairly easily. Any advice would be greatly appreciated, thank you.
Attempted running the application by finding the directory in Windows command prompt and using the command npm start.
I think that I don't have the proper scripts for executing a program that will display on my localhost server.