An Express web application to visually represent the reporting structure of an organization from JSON data.
npm i
Navigate to /public/data/ folder and update the json files
Navigate to /public/data/ folder and update the json schema file with .schema.json extension
npm run test
npm start
This internally starts watchify for bundling and executes server.js (npm watch | node server.js) Access via http://localhost:5000



