{"id":19259353,"url":"https://github.com/atyantik/pawjs-barebone","last_synced_at":"2026-03-15T08:40:20.182Z","repository":{"id":42537318,"uuid":"138691561","full_name":"Atyantik/pawjs-barebone","owner":"Atyantik","description":"A minimal PawJS implementation. With just a \"hello world!\" displaying home page ","archived":false,"fork":false,"pushed_at":"2023-03-06T23:56:56.000Z","size":2282,"stargazers_count":3,"open_issues_count":8,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T14:21:27.562Z","etag":null,"topics":["pawjs","pawjs-barebone","pwa","pwa-example","react","react-pwa","reactjs","webpack4"],"latest_commit_sha":null,"homepage":"https://www.reactpwa.com","language":"Dockerfile","has_issues":true,"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/Atyantik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-06-26T06:01:28.000Z","updated_at":"2021-12-27T07:42:40.000Z","dependencies_parsed_at":"2024-01-29T17:17:14.951Z","dependency_job_id":"34170738-ee54-4c23-8865-924689e9c6b8","html_url":"https://github.com/Atyantik/pawjs-barebone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atyantik%2Fpawjs-barebone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atyantik%2Fpawjs-barebone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atyantik%2Fpawjs-barebone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atyantik%2Fpawjs-barebone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atyantik","download_url":"https://codeload.github.com/Atyantik/pawjs-barebone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250090716,"owners_count":21373242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["pawjs","pawjs-barebone","pwa","pwa-example","react","react-pwa","reactjs","webpack4"],"created_at":"2024-11-09T19:16:15.834Z","updated_at":"2026-03-15T08:40:20.119Z","avatar_url":"https://github.com/Atyantik.png","language":"Dockerfile","funding_links":["https://opencollective.com/react-pwa"],"categories":[],"sub_categories":[],"readme":"[![Backers on Open Collective](https://opencollective.com/react-pwa/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/react-pwa/sponsors/badge.svg)](#sponsors) [![Dependencies Status](https://david-dm.org/Atyantik/react-pwa.svg)](https://david-dm.org/Atyantik/react-pwa)\n[![devDependencies Status](https://david-dm.org/Atyantik/react-pwa/dev-status.svg)](https://david-dm.org/Atyantik/react-pwa?type=dev)\n[![Build Status](https://travis-ci.org/Atyantik/react-pwa.svg?branch=master)](https://travis-ci.org/Atyantik/react-pwa)\n[![Known Vulnerabilities](https://snyk.io/test/github/atyantik/react-pwa/badge.svg)](https://snyk.io/test/github/atyantik/react-pwa)\n[![Greenkeeper badge](https://badges.greenkeeper.io/Atyantik/react-pwa.svg)](https://greenkeeper.io/)\n\n[![Join the chat at https://gitter.im/react-pwa](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/react-pwa/Lobby?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link)\n\n# React PWA v2\n\nA highly scalable, Progressive Web Application foundation,boilerplate, with the best Developer Experience.\n\n#### Demo: [https://demo.reactpwa.com](https://demo.reactpwa.com)\n\n### Quick Start\n\nClone the repository:\n\n```bash\ngit clone https://github.com/Atyantik/react-pwa.git \u0026\u0026 cd react-pwa\n```\n\nInstall the dependencies:\n\n```bash\nnpm install\n```\n\nTo start the project run following command in your terminal:\n\n```bash\nnpm start\n```\n\nTo build the project run the following command in your terminal:\n\n```bash\nnpm run build\n```\n\n## PawJS\n\nProudly supported by **PawJS**  \n_[https://github.com/Atyantik/pawjs](https://github.com/Atyantik/pawjs)_\n\n#### Features\n\n##### PWA - Progressive Web Applications\n\nUsing ReactPWA you can create Progressive web application with simple knowledge of React.JS. As we all know, Progressive Apps are not supported everywhere, but we have added support for Safari \u0026 Chrome so your application can work as\nstandalone applications when added to homescreen or saved as desktop app.  \n[Read More](https://www.reactpwa.com/docs/en/feature-pwa.html)\n\n##### Code splitting\n\nThe very difficulty faced when developing enterprise application is code splitting. We don't need everything in a single JS file. Why not create individual JS files for each respective module/page!\nWe make it really easy here to just create a page that returns an array of routes. Code is split and loaded automatically when the respective route is called.  \n[Read More](https://www.reactpwa.com/docs/en/feature-code-splitting.html)\n\n##### ES6/7 Compatible\n\nUsing babel, we support next generation JavaScript syntax including Object/Array destructuring, arrow functions, JSX syntax and more...  \n[Read More](https://www.reactpwa.com/docs/en/feature-next-gen-js.html)\n\n##### Universal Routing with React-Router\n\nWe are using the most accepted React router for routing the application. Add your favorite /about, /contact, /dashboard pages.  \n[Read More](https://www.reactpwa.com/docs/en/feature-isomorphic-universal-routing.html)\n\n##### Offline support\n\nYes your application is offline available. Run without internet. Pretty cool huh?? Well all thanks to service workers.  \n[Read More](https://www.reactpwa.com/docs/en/feature-access-offline.html)\n\n##### SSR - Server side rendering\n\nThe best way to get your application SEO-ed is enable Server side rendering i.e. Universal applications.  \n[Read More](https://www.reactpwa.com/docs/en/feature-ssr.html)\n\n##### SEO\n\nOur customized routes enable creating meta tags to create Twitter, Google+, Linkedin, Facebook cards. We know how important SEO is to an application.  \n[Read More](https://www.reactpwa.com/docs/en/feature-seo.html)\n\n##### HSTS Supported\n\nEnable HSTS for secure sites. Options to define maxAge and preload of HSTS. All with very simple configuration.  \n[Read More](https://www.reactpwa.com/docs/en/feature-hsts.html)\n\nNow you are all set, Get your hands dirty with this awesome boilerplate.\n\n#### Known bug\n\nFor installed version of `@pawjs/pawjs@ts` there is a known bug of SEO params not updating\nin non-SSR mode i.e. Single Page Application mode. Please revert to version `@pawjs/pawjs@2.3.2`\nif required.\n\n### Examples\n\n[Firebase Cloud Messaging](https://github.com/yash-thakur/pwa-fcm)\n\n### Need contributors.\n\nThis project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).\n\u003ca href=\"https://github.com/Atyantik/react-pwa/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/contributors.svg?width=890\" /\u003e\u003c/a\u003e\n\nWe are actively looking for contributors for testing and documentation.\nPlease contact us: admin [at] atyantik.com or contact [at] atyantik.com\n\nVisit us at [Atyantik Technologies Private Limited](https://www.atyantik.com)\n\n### Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/react-pwa#backer)]\n\u003ca href=\"https://opencollective.com/react-pwa#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/backers.svg?width=890\"\u003e\u003c/a\u003e\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/react-pwa#sponsor)]\n\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/react-pwa/sponsor/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/react-pwa/sponsor/9/avatar.svg\"\u003e\u003c/a\u003e\n\n### Supporters\n\n##### Atyantik Technologies Private Limited\n\nEveryone at Atyantik Technologies is contributing their free time for contributing to the project and core discussions.  \n\u003ca href=\"https://www.atyantik.com\" target=\"_blank\"\u003e\u003cimg width=\"150px\" src=\"https://www.reactpwa.com/img/supporters/atyantik.svg\"\u003e\u003c/a\u003e\n\n##### DigitalOcean\n\nDigitalOcean has been supporting the open-source project since the very start and has given a dedicated free server to host the website and host the demos. Their contribution is invaluable to the project.  \n\u003ca href=\"https://www.digitalocean.com\" target=\"_blank\"\u003e\u003cimg width=\"120px\" src=\"https://www.reactpwa.com/img/supporters/digitalocean.svg\"\u003e\u003c/a\u003e\n\n##### Eventerprise.com\n\nEventerprise is the first company to implement react-pwa, The whole idea of PWA applications with react was created with unique requirement of Eventerprise. [Do try the application](https://www.eventerprise.com).\n\n\u003ca href=\"https://www.eventerprise.com\" target=\"_blank\"\u003e\u003cimg width=\"180px\" src=\"https://www.reactpwa.com/img/supporters/eventerprise-blue.svg\"\u003e\u003c/a\u003e\n\n##### Browser stack\n\nThanks to Browser stack we are able to test the PWA nature of application on various mobiles and write automated test cases.  \n\u003ca href=\"https://www.browserstack.com\" target=\"_blank\"\u003e\u003cimg width=\"180px\" src=\"https://www.reactpwa.com/img/supporters/browserstack-black.png\"\u003e\u003c/a\u003e\n\n##### Navicat\n\nWe are very thankful to Navicat for offering their support to the project and providing us an open-source license for further project development.  \n\u003ca href=\"https://www.navicat.com\" target=\"_blank\"\u003e\u003cimg width=\"180px\" src=\"https://www.reactpwa.com/img/supporters/navicat.png\"\u003e\u003c/a\u003e\n\n#### License\n\nThis project is licensed under the MIT license, Copyright (c) 2018 [Atyantik Technologies Private Limited](https://www.atyantik.com/). For more information see [LICENSE.md](https://github.com/atyantik/react-pwa/blob/master/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatyantik%2Fpawjs-barebone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatyantik%2Fpawjs-barebone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatyantik%2Fpawjs-barebone/lists"}