A file explorer component which consumes a static JSON file and allows the navigation of files and folders.
Ensure you have Node.js and NPM installed.
I used Node v9.11.1 and NPM v5.6.0.
In the root directory of the project simply run the following command
npm install
npm start
You will then be able to view the project in your browser by navigating to
karma start karma.conf.js
npm run e2e