pwa-builder / pwa-starter-basic

The Basic PWA Starter is a simplified version of the PWA Starter with reduced dependencies and a vanilla JS service worker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA Starter

The PWABuilder pwa-starter-basic is a simplified version of our original PWA Starter template. It operates similarly to the original, but with fewer dependencies and closer to a VanillaJS experience. We also have a CLI tool to allow you to create a PWA template from the command line.

Jump Right In

Install the PWABuilder CLI:

npm i -g @pwabuilder/cli

And create a new app with this command:

pwa create -t=basic

And start your app locally with:

pwa start

And that's it! Good luck on your Progressive Web App adventure!

More Info

We are still working on more complete guidance for the basic template. If you want a more guided experience with full documentation, check out the original PWA Starter template.

About

The Basic PWA Starter is a simplified version of the PWA Starter with reduced dependencies and a vanilla JS service worker.

License:Other


Languages

Language:TypeScript 71.0%Language:HTML 15.1%Language:JavaScript 9.6%Language:CSS 4.3%