Skip to content

johnlife/cdaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1 - Hello world

Build Status

This folder contains the sample code for a small App Engine application that displays a short message. See the instructions below for how to configure, run, and deploy this sample.

Simple instructions

  1. Install Node.js.

  2. Install git.

  3. Create a Google Cloud Platform project.

  4. Install the Google Cloud SDK.

    • After downloading the SDK, initialize it:

        gcloud init
      
  5. Clone the repository:

    git clone https://github.com/GoogleCloudPlatform/nodejs-getting-started.git
    
  6. Change directory:

    cd nodejs-getting-started/1-hello-world
    
  7. Install dependencies:

    npm install
    
  8. Start the app:

    npm start
    
  9. View the app at http://localhost:8080.

  10. Stop the app by pressing Ctrl+C.

  11. Deploy the app:

    gcloud app deploy
    
  12. View the deployed app at https://YOUR_PROJECT_ID.appspot.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published