Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 879 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 879 Bytes

Polymer, NodeJS, Google App Engine

This is a sample greeting app build on Polymer, Nodejs and hosted on Google App Engine. Read on Medium more about on how the entire system work. See the app live here.

For developement and build we use Polymer CLI.

Run Locally

git clone https://github.com/elifent/polymer-greet
cd polymer-greet
polymer serve

This command serves the app at http://127.0.0.1:8081.

Build

polymer build
polymer-greet/
    build/
        default

Preview the build

Start node server to preview default build

npm start

deploy

Use google cloud to deploy app on to Google App Engine.

gcloud init
gcloud app deploy path/to/apps/app.yaml