Skip to content

kgov1/gae-init

 
 

Repository files navigation

gae-init

Slack Status

gae-init is the easiest boilerplate to kick start new applications on Google App Engine using Flask, RESTful, Bootstrap and tons of other cool features.

Read the documentation, where you can find a complete feature list, a detailed tutorial, the how to section and more..

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

Running the Development Environment

$ cd /path/to/project-name
$ gulp

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


For a complete list of commands:

$ gulp help

Initializing or Resetting the project

$ cd /path/to/project-name
$ npm install
$ gulp

If something goes wrong you can always do:

$ gulp reset
$ npm install
$ gulp

To install Gulp as a global package:

$ npm install -g gulp

Deploying on Google App Engine

$ gulp deploy

Before deploying make sure that the main/app.yaml and gulp/config.coffee are up to date.

Tech Stack

Requirements

Make sure you have all of the above or refer to the docs on how to install the requirements.

Contributions and Ideas

Author

Lipis flair on stackoverflow.com

About

Google App Engine based on Flask, RESTful, Bootstrap and tons of other cool features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.2%
  • HTML 33.3%
  • CoffeeScript 7.9%
  • CSS 2.6%