/testing2

Primary LanguageJavaScript

Quickstart for Node.js in the App Engine Flexible Environment

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.

Setup

Before you can run or deploy the sample, you need to do the following:

  1. Refer to the appengine/README.md file for instructions on running and deploying.

  2. Install dependencies:

    With npm:

    npm install
    

    or with yarn:

    yarn install
    

Running locally

With npm:

npm start

or with yarn:

yarn start

Deploying to App Engine

With npm:

npm run deploy

or with yarn:

yarn run deploy

Running the tests

See Contributing.