This is a simple app I use to quick start any project using Tekton + Google App Engine
$ git clone git@github.com:giovaneliberato/tekton-templateapp.git {{ YOUR_APP_NAME }}
$ cd {{ YOUR_APP_NAME }}
$ mkvirtualenv {{ YOUR_APP_NAME }}
$ ./venv/setup_venv.sh
$ ./runlocal.sh
Now it's time to code. Core code goes inside apps folder and request handlers goes inside src/routes.