Skip to content

aplanchamp/service-workers

Repository files navigation

Service Workers - Introduction

Service Workers starter with basic examples serving content from cache and background sync

Technical stack

Development

Installation

  • You'll need to have git and node installed in your system.
  • Fork and clone the project, then install the dependencies:
> $ npm install

Install webpack and the development server globally:

> $ npm i webpack-dev-server webpack -g

Run

To run project on your localhost (will use 8080 port)

> $ npm start

Webpack

one webpack configs is available :

  • webpack.config.js : For development.

About

Introduction presentation SW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published