Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.49 KB

PWA Starter Kit

Welcome to the PWA Starter Kit! This kit provides a solid foundation for building Progressive Web Applications (PWAs), with modern web technologies.

Prerequisites

Features

  • Offline support with service workers.
  • Instantaneous updates.
  • Responsive design for various screen sizes.
  • Vanilla PWA - No 3rd party libraries needed.
  • iOS compatible.
  • Android compatible.
  • Local notifications.
  • Push notifications.

Good to know about PWA's

How to debug on physical Android device?

  1. Connect your Android device to your computer with a usb cable.
  2. Enable USB-Debugging on your Android device.
  3. Navigate to chrome://inspect/#devices
  4. Open the PWA on your Android device.
  5. Press "Inspect" in Chrome on your machine.

Getting Started

To get started with the PWA Starter Kit, follow these steps:

  1. Clone the repository: git clone https://github.com/tsgsOFFICIAL/PWA-Starter-Kit.git
  2. Build you app!

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository. Pull requests are also appreciated.

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.