meechanism / polymer-pwa-shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

built_with pwa–starter–kit_

SHOP

This is a sample e-commerce Progressive web app.

The app is built using PWA Starter Kit. Using the starter-template as the starting point and the wiki for configuring and personalizing.

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 -b lit-element 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

About


Languages

Language:JavaScript 96.2%Language:HTML 3.8%