Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

unfiltered/unfiltered-gae.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A giter8 template for Google App Engine Unfiltered applications.

install

Build with sbt

# download and copy google app engines sdk to /path/to/your/gae-home
export APPENGINE_SDK_HOME=/path/to/your/gae-home
g8 unfiltered/unfiltered-gae --name your-app
cd your-app

To run through the appengine SDK

sbt appengine-dev-server

Point your browser at http://localhost:8080/

Releases

No releases published

Packages

No packages published

Languages

  • Scala 83.1%
  • CSS 9.1%
  • Shell 7.8%