Google App Engine / Go Lang / Angular JS
The server uses templating from Go's "html/template" package.
Download available at ... https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go
git clone https://github.com/campbel/gae-ng-seed.git
cd client
bower install
goapp serve
Typically the GAE dev server will run on port 8080. Browse to http://localhost:8080 to see the app running.
Before uploading your app make sure to change the application name in the app.yaml.
This project is just a start. For a more info on Angular, Go and Google's App Engine, visit their respective docs.