Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 278 Bytes

README.md

File metadata and controls

21 lines (21 loc) · 278 Bytes

nodejs-webapp

Install dependencies:

npm install
or
yarn install

start

npm start

Go to website

localhost:8080

Deploy to Goolge App Engine

First: Install gcloud client: https://cloud.google.com/sdk/docs/#mac
After:
npm run deploy