Git Product home page Git Product logo

template's Introduction

status: inactive

This project is no longer actively developed or maintained.

Review the release preparing document instead.

Project Name

Project description.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other frameworks and use cases.

Getting the sample code

Get the latest sample code from GitHub using Git or download the repository as a ZIP file. (Download)

git clone https://github.com/GoogleCloudPlatform/REPO_NAME.git

Before you begin

  1. Download and install the Google Cloud SDK, which includes the gcloud command-line tool.

  2. Create a new Google Cloud Platform project from the Cloud Console or use an existing one.

  3. Initialize the Cloud SDK.

    gcloud init
    

Run Locally

You don't need a valid project ID to run locally, but will need a valid ID to deploy.

  1. Run the application using the tool of your choice.

  2. Visit the application at http://localhost:8080.

Deploying

  1. Use the Cloud Console to create a project ID.

  2. Configure gcloud with your project ID.

    gcloud config set project YOUR-PROJECT-ID
    
  3. Use gcloud to deploy your app.

    gcloud app deploy REPO_NAME/
    
  4. Congratulations! Your application is now live at your-project-id.appspot.com

Contributing changes

Licensing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.