Skip to content

kevinah95/react-with-workbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Workbox with Create React App (Without Ejecting)

Demo project to use workbox with react applications.

Build the project

$ yarn install
$ yarn build

Test the app

$ yarn global add serve
$ serve -s build