Skip to content

signtomonika/RecipeBook-Google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart for Node.js in the App Engine standard environment

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.

Universal Rendering

To host in any remote server than can run node.js, like Google Cloud Platform

Follow steps in Universal Rendering Wiki

Create a new repo with contents of dist folder and configuring to run server.js file.

Repo for deploying this project in Google Cloud Platform is Google Host

Visit my Google Cloud Platform Site

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
    

Running locally

With npm:

npm start

Deploying to App Engine

With npm:

npm run deploy

Running the tests

See Contributing.