Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 444 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 444 Bytes

Pre-requisites

  • You must have yarn or npm installed

How to run?

  • Clone the project
git clone [email protected]: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