This is an audio player that lets you listen your favorite music directly from your Dropbox.
Live version is here: https://songbox.xyz
Trello board: https://trello.com/b/IHObRdXm/songbox
You need to have golang installed & GOPATH configured
cd ./webapp
npm install
npm run build
cd ../
go get .
go get github.com/beego/bee
bee run
Compress the project.
cd ./webapp
npm install
npm run build
cd ../
go get .
go get github.com/beego/bee
bee pack -exr=webapp
You're now ready to rock!.