Offline: You can also run the application locally by cloning the project and start webserver of choice, serving the root folder. python -m SimpleHTTPServer is a handy command for serving from current folder.
Why need server? why not just access it on the IPFS daemon's api directly? (with proper CORS setup)
(once ipfs/kubo#1886 is merged, we wont even need that)