https://github.com/smerth/polymer-starter-kit-es2015
This is a simple multi-page PWA based on Polymer Starter Kit, incorporating several Google CodeLabs, Hosted on Firebase.
https://github.com/smerth/polymer-starter-kit-es2015
codelab firebase javascript polymer progressive-web-app service-worker
Last synced: about 2 months ago
JSON representation
This is a simple multi-page PWA based on Polymer Starter Kit, incorporating several Google CodeLabs, Hosted on Firebase.
- Host: GitHub
- URL: https://github.com/smerth/polymer-starter-kit-es2015
- Owner: smerth
- License: other
- Created: 2016-12-20T00:43:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T20:31:08.000Z (over 7 years ago)
- Last Synced: 2025-03-04T22:44:49.619Z (over 1 year ago)
- Topics: codelab, firebase, javascript, polymer, progressive-web-app, service-worker
- Language: HTML
- Homepage: https://polymer-v1-sandbox.firebaseapp.com
- Size: 1.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Polymer Starter Kit (es2015)
This is a simple multi-page PWA based on Polymer Starter Kit, incorporating several Google CodeLabs, Hosted on Firebase. It is based on Polymer version 1

## Install
Install bower dependancies
```bash
polymer install
```
Install npm dependancies
```bash
yarn install
```
## Develop
```bash
gulp serve
```
This will build the app and start serving a development version on http://localhost:5000
## Deploy
```bash
gulp && firebase deploy
```