MyBroker-pwa-workshop

The MyBroker Template should be implemented as an Progressive Web App.

MIT License

Stars
2

MyBroker

The MyBroker Template should be implemented as an Progressive Web App.

The finish MyBroker PWA

Try it with Google Chrome. https://gregorbiswanger.github.io/MyBroker/

Preperations for the start

The following is required for the project:

There has already been deposited a complete exercise project on GitHub for you:

git clone https://github.com/GregorBiswanger/MyBroker-pwa-workshop.git

Then install all necessary modules within the project with npm install.

To-do´s

In this hands-on workshop we will do the following steps:

  • App Shell
  • Fast Start
  • Offline-First
  • Offline-Detection
  • Support native integration
  • Installable

Dummy Web-Service

This Node.js based REST Web-Service delivers dummy stock data. https://stockplaceholder.herokuapp.com/api/stocks

Documentation of the Web-Service

https://stockplaceholder.herokuapp.com/api-docs/

Enjoy!