cd client
lein figwheel
Then open localhost:3449
cd client
lein clean
lein with-profile prod cljsbuild once
Have appengine in PATH, then (this is what it used to be, should be something starting with gcloud app
now, not sure exactly what):
cd backend
goapp serve # To test that things appear correct
cd backend
gcloud app deploy