Skip to content

pallavirawat/service-workers-rocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The main aim of this app is to check if your current browser has a support for service workers or not.

The application is currently deployed on https://service-workers-rocks.herokuapp.com/

If you want to see if your current browser supports service workers or not just open the url and you will know. It is that easy.

Running the app locally

Just fire this command on your terminal

npm start

It'll start the application locally.

Running the tests

Similar command to above:

npm test

And another similar useful command for running tests

npm test --watch

Releases

No releases published

Packages

No packages published