Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitsingh-007/react-pwa-boilerplate
A PWA boilerplate/reference application in React
https://github.com/amitsingh-007/react-pwa-boilerplate
add-to-homescreen demo-app nextjs pwa react
Last synced: about 1 month ago
JSON representation
A PWA boilerplate/reference application in React
- Host: GitHub
- URL: https://github.com/amitsingh-007/react-pwa-boilerplate
- Owner: amitsingh-007
- Created: 2021-07-10T21:38:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T14:39:54.000Z (10 months ago)
- Last Synced: 2024-05-31T15:29:14.394Z (6 months ago)
- Topics: add-to-homescreen, demo-app, nextjs, pwa, react
- Language: TypeScript
- Homepage: https://react-pwa-boilerplate.vercel.app
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWA React Boilerplate
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Hosted on Vercel
This project is up and running on
You can install this app by heading over to above link and verify the trackings in the devtoots.
## Run this project on local machine
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More
To learn more about how to show/prompt PWA install banner for your website, [check out my article on Medium](https://suncommander.medium.com/how-to-show-pwa-install-banner-add-to-homescreen-for-your-website-b1fbe6ebfdb5).