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
- Host: GitHub
- URL: https://github.com/victorb/webpack-node-ipfs-api-demo
- Owner: victorb
- License: mit
- Created: 2015-10-18T11:45:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T11:18:53.000Z (over 9 years ago)
- Last Synced: 2025-03-30T10:05:09.257Z (over 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`