# JS IPFS API - Example Browser - Name

## Setup

Install [go-ipfs](https://ipfs.io/docs/install/) and start the daemon.

Configure CORS as suggested by the README https://github.com/ipfs/js-ipfs-api#cors

```bash
> ipfs daemon
```

then in this folder run

```bash
> npm install
> npm start
```

and open your browser at `http://localhost:8888`.
