Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 844 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 844 Bytes

Service Workers

...testing environment for implementing service workers and other PWA technologies into a JAMStack website...


Overview

This project uses Jekyll + Nodejs + Webpack + Corejs + Bootstrap to compile static site files and bundle/compile JS/SCSS. This project is a testing environment for implementing service workers and other PWA technologies into a JAMStack website with modern ES6/SCSS capabilities.

gh-pages

Go to https://wdzajicek.github.io/serviceworkers/ to see the live app. Notice, that on subsequent reloads it loads almost instantly from the cache.

Installation

git clone [email protected]:wdzajicek/serviceworkers.git
cd serviceworkers
npm i && bundle i

Usage

Building the site

# Production build
npm run production

# Development build
npm run development