Skip to content

awy3/polymer-shopv2-webviewer

 
 

Repository files navigation

SHOP

Shop is a sample e-commerce Progressive Web App.

shop screenshot

Features/highlights

  • a sample e-commerce shopping site
  • pattern for a real-life shopping cart and store checkout flow
  • pattern for using custom announcers for accessibility

Setup

$ git clone https://github.com/Polymer/shop.git
$ cd shop
$ npm i
$ npm start

Build

$ npm run build

Test the build

To test prpl-server build:

$ npm run serve:prpl-server

To test static build:

$ npm run serve:static

Deploying

Our production deployment of SHOP is hosted on App Engine with Node.js. It can be deployed with the same steps as PWA Starter Kit.

About

Sample of adding WebViewer to polymer shop v2 demo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.7%
  • HTML 23.3%