Skip to content

derlin/polymer-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<quotes>

Store your quotes on firebase: https://derlin-quotes.firebaseapp.com

This is a simple PWA (Progressive Web App) built with Polymer. It is integrated with firebase (using a Google authentication mecanism) and may be "installed" on the homescreen of an Android device.

Setup

Clone the repo

git clone https://github.com/derlin/polymer-quotes
cd polymer-quotes

Install dependencies

The application uses npm and bower. To install everything, run:

npm install
bower install

Link with firebase

Install firebase locally (use -g to install it system-wide):

npm install firebase-tools

Run the init command:

./node_modules/firebase-tools/bin/firebase init

It will ask you a lot of things. You need the following features (Which Firebase CLI features do you want to setup for this folder?):

  • Database: Deploy Firebase Realtime Database Rules
  • Hosting: Configure and deploy Firebase Hosting sites

Then, use the default options and answer NO to all overwrite prompt.

Run and deploy

Run locally

This project uses gulp. Run locally for testing using:

gulp serve

Deploy to Firebase

To deploy to firebase, run:

./node_modules/firebase-tools/bin/firebase deploy

About

A little progressive app to test the polymer library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors