Skip to content

cybernetics/desktop-pwas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop PWA

Experimenting with Desktop PWAs on Chrome 68+. Follow instructions below to get started.

To learn and understand about Desktop PWAs, please see my corresponding Medium article: Goodbye Electron, Hello PWAs

Getting started

Clone the repository down, open your terminal to the root of the application and run:

npm install
npm start

This will get the application running however currently Desktop PWAs do not allow installation prompts over HTTP. I recommend jumping on Netlify or another provider to host your site.

To build a distribution version of this application

npm run build
open build/

About

Experimenting with Desktop PWAs

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • HTML 12.2%
  • CSS 7.7%