Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.09 KB

Progressive Web Apps - Tech Talk example

What is PWA?

PWAs are web apps developed using a number of specific technologies and standard patterns to allow them to take advantage of both web and native app features. For example, web apps are more discoverable than native apps; it's a lot easier and faster to visit a website than to install an application, and you can also share web apps by simply sending a link.

How to run the application

  1. Clone this Git repository

  2. Install application dependencies:

    $ npm install
  3. Run local server:

    $ npm start
  4. Open your browser on:

    http://127.0.0.1:8081

Useful links