{"id":20696628,"url":"https://github.com/maxvalue/progressive-web-app-boilerplate","last_synced_at":"2026-03-19T17:06:48.673Z","repository":{"id":87798882,"uuid":"164662922","full_name":"MaxValue/Progressive-Web-App-Boilerplate","owner":"MaxValue","description":"Get up and running with PWAs by using this convenient boilerplate.","archived":false,"fork":false,"pushed_at":"2023-02-15T13:43:33.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T14:47:43.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaxValue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-08T14:11:27.000Z","updated_at":"2023-03-04T18:32:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d25bc47-bc88-41f3-99d7-8de8bfc2559c","html_url":"https://github.com/MaxValue/Progressive-Web-App-Boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxValue/Progressive-Web-App-Boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2FProgressive-Web-App-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2FProgressive-Web-App-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2FProgressive-Web-App-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2FProgressive-Web-App-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxValue","download_url":"https://codeload.github.com/MaxValue/Progressive-Web-App-Boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxValue%2FProgressive-Web-App-Boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29463619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"ssl_error","status_checked_at":"2026-02-15T01:01:23.809Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T00:14:39.993Z","updated_at":"2026-02-15T01:06:08.734Z","avatar_url":"https://github.com/MaxValue.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Progressive Web App Boilerplate\n\nGet up and running with PWAs by using this convenient boilerplate.\n\nThis repository contains all minimum boilerplate to create websites which appear\nas native looking apps on mobile platforms. Such websites are also called progressive web apps.\n\n## Contents\n* [Getting Started](#getting-started)\n*    [Prerequisites](#prerequisites)\n*    [Installing](#installing)\n* [Running the tests](#running-the-tests)\n* [Deployment](#deployment)\n* [Built With](#built-with)\n* [Contributing](#contributing)\n*    [Roadmap](#roadmap)\n* [Versioning](#versioning)\n* [Authors](#authors)\n* [License](#license)\n* [Acknowledgments](#acknowledgments)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nA browser. :P\n\n### Installing\n\nClone this project\n\n```\ngit clone https://github.com/maxvalue/PWA-Boilerplate.git\n```\n\nFill in the files, delete the `.git` directory and run\n\n```\ngit init\n```\n\nThe rest is git and coding.\n\n## Deployment\n\nYou will need some basic web server to serve the files if you want people on the public web be able to use your PWA.\n\n## Built With\n\n* [Sublime Text 3](https://www.sublimetext.com/) - The code editor I use\n* [Python 3](https://www.sublimetext.com/) - For running the dev web server\n\n## Contributing\n\nMOpen an issue if you want to help.\n\n### Roadmap\nThings I already plan to implement, but didn't have yet:\n- [] Many\n\n## Authors\n\n* **Max Fuxjäger** - *Initial work* - [MaxValue](https://github.com/MaxValue)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details\n\n## Acknowledgments\n\n* **PurpleBooth** - *The README template* - [PurpleBooth](https://github.com/PurpleBooth)\n* **Matt Knight** - *Initial pointers for safari web view* - [mattmight](https://github.com/mattmight)\n* **Mozilla Development Network** - *Main source of infos for PWAs* - [MDN](https://developer.mozilla.org/en-US/docs/Web/Apps/Progressive)\n\n### Project History\n\nThis code is mainly based [on Matt Knight's tutorial](http://matt.might.net/articles/how-to-native-iphone-ipad-apps-in-javascript/) about the same topic.\nI also read the book \"Building iPhone Apps with HTML, CSS, and JavaScript_ Making App Store Apps Without Objective-C or Cocoa-O\" by Jonathan Stark.\nThanks to [Matt Snider's tutorial](http://mattsnider.com/making-html5-apps-appear-native-on-ios/) I found Apple's documentation about their URL schemes.\nI wanted to do such a boilerplate for a longer time now, but only since I started working on another project, Terpene-Profile-Parser-for-Cannabis-Strains, I felt compelled to write up this boilerplate.\nSee also another project of mine which you could combine with this boilerplate to give your web app a more mobile-platform-like look.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvalue%2Fprogressive-web-app-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxvalue%2Fprogressive-web-app-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxvalue%2Fprogressive-web-app-boilerplate/lists"}