Skip to content

Aaronvern/jsonTree-visualizer

Repository files navigation

JsonTree Visualizer

Visualisation tool to help visualise json format in Graph and Tree form.

Development setup 🛠

Steps to locally setup development after cloning the project.

git clone https://github.com/Aaronvern/jsonTree-visualizer.git

Step 1 - NodeJS

You will need:

Please install them if you don't have them already.

Step 2 - Install dependencies

cd jsontree
npm install

Step 3 - Run app

Once the dependencies are installed, you can run the app:

npm run dev

Your application should be running on http://localhost:3000.

Releases

No releases published

Packages

No packages published

Languages