miniobrowser provides minimal set of UI to manage buckets and objects on minio server. miniobrowser is written in javascript and released under Apache 2.0 License.
$ git clone https://github.com/minio/miniobrowser
$ cd miniobrowser
$ npm installIf you do not have a working Golang environment, please follow Install Golang.
$ go get github.com/jteeuwen/go-bindata/...
$ go get github.com/elazarl/go-bindata-assetfs/...$ npm run build$ npm run release$ npm run devOpen http://localhost:8080/minio/ in your browser to play with the application