Install go-ipfs and start the daemon.
Configure CORS as suggested by the README https://github.com/ipfs/js-ipfs-http-client#cors
> ipfs daemon
then in this folder run
> npm install
> npm start
and open your browser at http://localhost:8888
.
Install go-ipfs and start the daemon.
Configure CORS as suggested by the README https://github.com/ipfs/js-ipfs-http-client#cors
> ipfs daemon
then in this folder run
> npm install
> npm start
and open your browser at http://localhost:8888
.