ilerik / pwa-boilerplate

Progressive web application boilerplate with a particular choices for tech stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive Web App Example

This example uses next-pwa to create a progressive web app (PWA) powered by Workbox.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example progressive-web-app progressive-web-app
# or
yarn create next-app --example progressive-web-app progressive-web-app

Deploy it to the cloud with Vercel (Documentation).

About

Progressive web application boilerplate with a particular choices for tech stack


Languages

Language:TypeScript 62.8%Language:CSS 33.8%Language:JavaScript 3.4%