# shop **Repository Path**: qh77/shop ## Basic Information - **Project Name**: shop - **Description**: The Shop app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SHOP Shop is a sample e-commerce [Progressive Web App](https://developers.google.com/web/progressive-web-apps/). ![shop screenshot](https://user-images.githubusercontent.com/116360/39545341-c50a9184-4e05-11e8-88e0-0e1f3fa4834b.png) ## 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 ```bash $ git clone https://github.com/Polymer/shop.git $ cd shop $ npm i $ npm start ``` ## Build ```bash $ npm run build ``` ## Test the build To test prpl-server build: ```bash $ npm run serve:prpl-server ``` To test static build: ```bash $ npm run serve:static ``` ## Deploying Our [production deployment of SHOP](https://shop.polymer-project.org/) is hosted on App Engine with Node.js. It can be deployed with [the same steps as PWA Starter Kit](https://polymer.github.io/pwa-starter-kit/building-and-deploying/#deploying-prpl-server).