rsnext/examples/with-next-offline/README.md
NorbertLuszkiewicz c03d4931de
Simplify example usage instructions (#16678)
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-08-29 22:22:02 -04:00

778 B

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 or Yarn to bootstrap the example:

npx create-next-app --example with-next-offline with-next-offline-app
# or
yarn create next-app --example with-next-offline with-next-offline-app

Deploy it to the cloud with Vercel (Documentation).