This is the sample application for the Quickstart for Node.js in the App Engine Flexible Environment tutorial found in the Google App Engine Node.js Flexible 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:
With
npm
:npm install
or with
yarn
:yarn install
With npm
:
npm start
or with yarn
:
yarn start
With npm
:
npm run deploy
or with yarn
:
yarn run deploy
See Contributing.