jvaladez / your-first-pwapp

Code associated with Your First Progressive Web App codelab (http://g.co/codelabs/pwa)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your first Progressive Web App Code Lab

These are the resource files needed for the Your first Progressive Web App code lab from Google.

This is a work in progress, if you find a mistake, please file an issue. Thanks!

What you’ll learn

  • How to design and construct an app using the “app shell” method
  • How to make your app work offline
  • How to store data for use offline later

What you’ll need

  • Chrome 52 or above, though any browser that supports service workers and cache.addAll() will work
  • Web Server for Chrome, or use your own web server of choice.
  • The sample code
  • A text editor
  • Basic knowledge of HTML, CSS and JavaScript
  • (Optional) Node is required in the last step to deploy to Firebase

About

Code associated with Your First Progressive Web App codelab (http://g.co/codelabs/pwa)

License:Apache License 2.0


Languages

Language:CSS 41.7%Language:JavaScript 38.9%Language:HTML 19.4%