gae-ng-seed icon indicating copy to clipboard operation
gae-ng-seed copied to clipboard

Google App Engine / Angular JS Seed Project

gae-ng-seed

Google App Engine / Go Lang / Angular JS

Included

The server uses templating from Go's "html/template" package.

Install & Setup

Get Google App Engine SDK for Go

Download available at ... https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Go

Clone the gae-ng-seed project

git clone https://github.com/campbel/gae-ng-seed.git

Bower Install

cd client
bower install

Run the Go Dev Server from the project root

goapp serve

Typically the GAE dev server will run on port 8080. Browse to http://localhost:8080 to see the app running.

Notes

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.