Skip to content

Learn to use custom service worker with projects created with Create-React-App

Notifications You must be signed in to change notification settings

bonsaiilabs/cra-custom-serviceworker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

  • You must have yarn or npm installed

How to run?

  • Clone the project
git clone git@github.com:bonsaiilabs/cra-custom-serviceworker.git
  • Install serve if not installed already
npm install serve -g
  • Create production build
npm run build
  • Run
serve -s build

Your app with custom service worker is now running at http://localhost:5000

About

Learn to use custom service worker with projects created with Create-React-App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published