Skip to content

gae-init/gae-init-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

314c151 · Jul 13, 2019
Nov 24, 2017
Mar 1, 2018
Jul 13, 2019
Sep 4, 2014
Nov 24, 2017
Sep 12, 2016
Jan 5, 2018
Jan 1, 2016
Jan 12, 2018
Jan 28, 2018
Apr 5, 2017
Apr 23, 2015
Nov 11, 2016
Mar 22, 2018
Mar 19, 2018
Mar 19, 2018
Feb 19, 2018

Repository files navigation

gae-init-upload

Slack Status code style: prettier

gae-init-upload is the easiest boilerplate to kick start new applications on Google App Engine using Python, Flask, RESTful, Bootstrap, Google Cloud Storage 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 http://upload.gae-init.appspot.com

Requirements

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

Running the Development Environment

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

To test it visit http://localhost:3000 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
$ gulp deploy --project=foo
$ gulp deploy --project=foo --version=bar
$ gulp deploy --project=foo --version=bar --no-promote

Tech Stack