Skip to content

iROOT/gae-init-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gae-init-page

gae-init-page is a clone of gae-init and flask-gae-app.

Demo Page

The latest version is always accessible from: http://gae-init-page.appspot.com

Documentation

Visit the docs page for more information, where you can also find a detailed tutorial on how to build a phonebook application.

Running the Development Environment

$ cd /path/to/project-name/main
$ ./run.py -s

To test it visit http://localhost:8080/ in your browser.


To watch for changes of your *.less & *.coffee files and compile them automatically to *.css & *.js run in another bash:

$ ./run.py -w

For a complete list of commands:

$ ./run -h

Deploying on Google App Engine

Before deploying make sure that the app.yaml and config.py are up to date and you ran the run.py script to minify all the static files:

$ ./run.py -m
$ appcfg.py update .

Tech Stack

Requirements

Contributions and Ideas

Author

Lipis flair on stackoverflow.com

About

Google App Engine with Bootstrap, Flask and tons of other cool features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.7%
  • CSS 11.4%
  • JavaScript 3.4%
  • CoffeeScript 0.5%