Skip to content

davidjels/video-voter-pwa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video voter PWA

This project is the source code of the blog series on how to create an offline first progressive web app from an existing website

The blog [TODO an url to the blog serie]

How to run?

  • Server

     cd server
     npm install
     npm start
    
  • Client

     npm install http-server -g
     cd client
     http-server
     Go to http://localhost:8080 in your browser
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.3%
  • HTML 23.2%
  • CSS 7.5%