Skip to content
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1005 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 1005 Bytes

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.