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.
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
.
polymer build
polymer-greet/
build/
default
Start node server to preview default build
npm start
Use google cloud to deploy app on to Google App Engine.
gcloud init
gcloud app deploy path/to/apps/app.yaml