Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 848 Bytes

next-offline example

This example demonstrates how to use the next-offline plugin It includes manifest.json to install app via chrome

How to use

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

npx create-next-app --example next-offline next-offline-app
yarn create next-app --example next-offline next-offline-app
pnpm create next-app --example next-offline next-offline-app

Deploy it to the cloud with Vercel (Documentation).