Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.95 KB

File metadata and controls

57 lines (47 loc) · 1.95 KB

Build Status dependencies Status

streamwave

TFE bachelor degree (EPHEC). Music Streaming PWA with great user experience. Mobile first.

Goals

Notes

Background Fetch : I noticed that Background Fetch works in chrome canary with experimental web platform features flag on (chrome://flags).

Usage

You need these 2 API to make the app work.

In order to use the chromecast feature you need the receiver

Developpment

npm install && npm run start

Host on your own server

npm install && npm run build

Once it is done, you can serve the dist folder (ex: with nginx, apache,...).