/gae-node-hello-world

Hello World Node App for App Engine

Primary LanguageJavaScript

Hello World Node App for App Engine

This is a sample "Hello World" application for the "Continuous Deployment for Node Apps on GCP" tutorial that works on App Engine.

Prerequisites

Node 8+ & NPM 5+ are installed

Setup

npm install

Running Locally

npm start

Testing

npm test

Deploying to App Engine

gcloud app deploy

Deploying to App Engine on Github push

Check out to the tutorial (link tbd)