ashok-kallara / progressive-webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA POC

A Progressive Web App built with Polymer base on https://github.com/PolymerLabs/zuperkulblog-progressive. Changes being:

  • Removed dependency on Google Cloud SDK
  • Added support for
    • push using Google Firebase
    • Camera support
    • Vibrate
  • Enabled TLS as it's needed for hardware APIs

Setup

  • Install node and npm
  • Install gulp with npm --npm install -g gulp
  • Install bower with npm -- npm install -g bower
  • Install node http-server with npm -- npm install -g http-server

Running it

cd progressive-webapp
npm install && bower install
gulp
http-server ./dist/static -S -C cert.pem -p <PORT>

About


Languages

Language:HTML 61.3%Language:JavaScript 26.2%Language:Python 12.5%