Polymer / shop

The Shop app
https://shop.polymer-project.org/
986 stars 491 forks source link

SHOP

Shop is a sample e-commerce Progressive Web App.

shop screenshot

Features/highlights

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.