This is the sample application for the Quickstart for Node.js in the App Engine standard environment tutorial found in the Google App Engine Node.js standard environment documentation.
Before you can run or deploy the sample, you need to do the following:
-
Refer to the appengine/README.md file for instructions on running and deploying.
-
Install dependencies:
npm install
npm start
gcloud app deploy
See Contributing.