Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).