webmaxru / pwatter

Angular Progressive Web App using Workbox

Home Page:https://workbox-workshop.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple app for the PWA Workshop

Prerequisites

  1. Latest stable versions of node, npm installed.
  2. Static web server with SPA support:
  • serve. Recommended and pre-configured.
  • superstatic. Use this as a fallback option.

Installation

  1. Clone the repo
git clone git@github.com:webmaxru/pwatter.git
  1. Make sure you are on "workbox" branch:
git checkout workbox
  1. Install dependencies:
npm install
  1. Install "serve" dev webserver:
npm install serve -g
  1. Run the server inside "pwatter" directory:
serve
  1. Install Workbox CLI:
npm install workbox-cli --global
  1. Open the browser:
http://localhost:5000/ 

You should see the page with PWAtter header.

We are ready to start the workshop! Follow the trainer instructions.

If for some reasons global npm package installation is not an option for you, you can install and run "serve" locally:

npm install serve
node_modules/.bin/serve

About

Angular Progressive Web App using Workbox

https://workbox-workshop.firebaseapp.com


Languages

Language:TypeScript 57.1%Language:HTML 17.5%Language:JavaScript 16.7%Language:CSS 8.7%