Clone the repository to your computer.
git clone https://github.com/kdgosik/WDL_Tasks
cd WDL_Tasks/simple-explorer
Install the necessary node modules needed to run the application.
npm install
You need to compile the app by using browserify. The following commnad is set to do that for you. More details in the package.json file.
npm run compile
This will start the app on localhost:12345
npm run start
Please check out the jupyter notebook IPFS_Walkthrough.ipynb for more information about IPFS and how to use the app.