pallavirawat / service-workers-rocks

Simple web application which checks if your browser supports service workers

Home Page:https://service-workers-rocks.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple web application which checks if your browser supports service workers

https://service-workers-rocks.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 97.7%Language:CSS 1.5%Language:HTML 0.8%