- Ensure you have Go installed (http://golang.org/doc/install)
- Create a Go build environment (http://golang.org/doc/code.html#GOPATH)
- Change in the backend folder and run go get to fetch the various dependencies.
- Compile the backend (in backend/ run: go build)
- From the frontend/app directory, run: python -m SimpleHTTPServer
- Go to http://localhost:8000 in your browser