Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.
/ PWASoundBox Public archive

A simple & vanilla progressive webapp with nice sounds

License

Notifications You must be signed in to change notification settings

Kaysoro/PWASoundBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWASoundBox

Service Worker SoundBox repository. This is a very simple soundbox to test basic service worker features in action. The demo can be seen on our GitHub pages.

You can find a lot more out about how this works by reading Using Service Workers. In particular, read Why is my service worker failing to register? if you are having problems getting your code to do anything. You need to change the paths relative to where you are serving your files from!

Set up

To start server for this project, you can use a lightweight tool: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb

Or if you have Python or NodeJS on your machine, you can just do as follow:

  1. cd to the project's parent directory
  2. run the commands below:

Python 2

python -m SimpleHTTPServer 8080

Python 3

python3 -m http.server 8080

Node

npm install http-server -g
http-server

then you just open: http://localhost:8080/PWASoundBox/

About

A simple & vanilla progressive webapp with nice sounds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published