An open API service indexing awesome lists of open source software.

https://github.com/victorb/webpack-node-ipfs-api-demo

Demo of how to use webpack + node-ipfs-api
https://github.com/victorb/webpack-node-ipfs-api-demo

Last synced: about 1 year ago
JSON representation

Demo of how to use webpack + node-ipfs-api

Awesome Lists containing this project

README

          

ipfs-webpack demo
=====================

Quick demo on how to use node-ipfs-api together with webpack.

I had some issues getting it to work so this is just a sample demo.

Take a look here for the changes: https://github.com/VictorBjelkholm/webpack-node-ipfs-api-demo/commit/52f15301f81fddec9cc01bd84f2ad3b2a6b4923e

### To run

Start the daemon with `API_ORIGIN="*" ipfs daemon`

Run `npm install` and then `npm start` and the application should be running on `http://localhost:3000`