delapuente / pwa-workshop

Turn a regular website into a PWA

Home Page:https://delapuente.github.io/pwa-workshop/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA Workshop

Check online

Build the ebook

This project uses Node and npm scripts to build and perform some tasks. You will need to have both Node and npm installed in your system.

  1. Install third-party dependencies

    npm install
  2. Build the HTML ebooks in all available languages with:

    npm run build

Other tasks

You can clean up the files generated by the build process with:

npm run clean

You can publish the HTML ebooks via Github Pages with:

npm run deploy

About

Turn a regular website into a PWA

https://delapuente.github.io/pwa-workshop/

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:HTML 81.8%Language:CSS 18.2%