An open API service indexing awesome lists of open source software.

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.

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

![App Screenshot](https://raw.githubusercontent.com/smerth/polymer-starter-kit-es2015/master/screenshot.png)

## 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
```