Skip to content

Polymer/shop

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ef22d2 · Oct 9, 2024
Jun 7, 2018
May 12, 2017
May 5, 2017
Oct 9, 2024
Sep 28, 2018
Dec 4, 2018
Apr 6, 2018
Sep 13, 2018
Sep 11, 2018
May 24, 2018
May 5, 2017
Sep 6, 2019
Sep 6, 2019
May 4, 2018
Dec 7, 2018
May 16, 2016
Apr 6, 2018

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.