https://github.com/sethbergman/polymer-shop
Progressive Web App using Polymer, Firebase and sw-precache || https://polymer-shop.npmstack.com
https://github.com/sethbergman/polymer-shop
firebase polymer polymer-build progressive-web-app pwa pwa-codelabs sw-precache sw-toolbox
Last synced: about 1 year ago
JSON representation
Progressive Web App using Polymer, Firebase and sw-precache || https://polymer-shop.npmstack.com
- Host: GitHub
- URL: https://github.com/sethbergman/polymer-shop
- Owner: sethbergman
- Created: 2017-05-09T05:45:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T02:10:43.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T20:48:29.528Z (over 1 year ago)
- Topics: firebase, polymer, polymer-build, progressive-web-app, pwa, pwa-codelabs, sw-precache, sw-toolbox
- Language: HTML
- Homepage:
- Size: 6.39 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SHOP
### Setup
##### Prerequisites
Install [polymer-cli](https://github.com/Polymer/polymer-cli):
(Need at least npm v0.3.0)
npm install -g polymer-cli
##### Setup
# Using CLI
mkdir shop
cd shop
polymer init shop
# Or cloning direct from GitHub
git clone https://github.com/Polymer/shop.git
cd shop
bower install
### Start the development server
polymer serve
### Run web-component-tester tests
polymer test
### Build
polymer build
### Test the build
This command serves the minified version of the app in an unbundled state, as it would be served by a push-compatible server:
polymer serve build/unbundled
This command serves the minified version of the app generated using fragment bundling:
polymer serve build/bundled