Skip to content

This repo contains a JavaScript Web App, that I use for demonstrating web workers in my lecture Progressive Webapps

Notifications You must be signed in to change notification settings

geschwaerzler/pwa-blocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pwa-blocker

This repo contains a JavaScript Web App, that I use for demonstrating web workers in my lecture Progressive Webapps held at Univercity of Applied Sciences Vorarlberg (Fachhochschule Vorarlberg).

Requirements

  1. Node.js environment with npm as package manager and build tool.
  2. As IDE I recommend Visual Studio Code (VS-Code).
  3. A git installation – recommendation: using the CLI (command line interface).
  4. Preferably: A GitHub account.

Installation

  1. Fork and clone this repo
    • If you have a GitHub account: Fork this repo into your personal GitHub account. Then, clone your forked repo to your development machine.
    • If you don't have a GitHub account: Clone this repo into a directory that you easily can navigate to in your computer's account. Change into that directory and clone the repo e.g. on a bash command line:
      git clone https://github.com/geschwaerzler/pwa-blocker.git
  2. Open the cloned directory pwa-blocker in VS-Code.
  3. Using the Terminal in VS-Code install the dependencies: npm install
  4. Start the parcel IDE backend by: npm start and
  5. navigate your Browser to the URL shown in the log (e.g. http://localhost:1234)

About

This repo contains a JavaScript Web App, that I use for demonstrating web workers in my lecture Progressive Webapps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published