{"id":15379225,"url":"https://github.com/manolo/gwt-pwa-template","last_synced_at":"2026-02-05T17:30:20.700Z","repository":{"id":136670656,"uuid":"73506606","full_name":"manolo/gwt-pwa-template","owner":"manolo","description":"A PWA application template using GWT and Polymer","archived":false,"fork":false,"pushed_at":"2017-10-31T13:25:59.000Z","size":10766,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T18:38:10.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manolo.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,"publiccode":null,"codemeta":null}},"created_at":"2016-11-11T19:48:02.000Z","updated_at":"2016-11-13T21:34:01.000Z","dependencies_parsed_at":"2023-05-15T02:45:45.325Z","dependency_job_id":null,"html_url":"https://github.com/manolo/gwt-pwa-template","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"720c52660c4791a0cf9807251a672ef0a2c898de"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwt-pwa-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwt-pwa-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwt-pwa-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manolo%2Fgwt-pwa-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manolo","download_url":"https://codeload.github.com/manolo/gwt-pwa-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239793064,"owners_count":19697893,"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":[],"created_at":"2024-10-01T14:18:35.388Z","updated_at":"2026-02-05T17:30:20.616Z","avatar_url":"https://github.com/manolo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A Template for GWT PWAs\n\nIt's a standard maven project able to compile and run a GWT Application and produce the service worker and manifest for PWAs.\n\n### Build\n\nRun in your terminal:\n\n```\n  $ mvn clean package\n```\n\nThen you have the `.war` ready for deploy in the `target` folder.\n\n\n### Develop\n\n1. Import the project in your favourite Java IDE.\n2. Run `mvn gwt:devmode` in a terminal or from your IDE.\n3. Navigate to `http://localhost:8888/`\n4. Now you can modify your java code and reload.\n\n\n### Configuring precache resources\n\nModify the file `sw-precache-config.js` and run `mvn clean package`.\n\nYou can read all the options available reading the `sw-precache` [documentation](https://github.com/GoogleChrome/sw-precache).\n\n\n### Adding a new polymer dependency\n\n1. Add gwt-api-generator dependency to npm\n\n        $ npm install --save 'vaadin/gwt-api-generator#master'\n\n2. Add your polymer element dependency to bower\n\n        $ bower install --save 'manolo/vaadin-pouchdb#master'\n\n3. Uncomment the `gwt-api-generator` task in `pom.xml`\n\n\n       \u003cplugin\u003e\n        \u003cartifactId\u003emaven-antrun-plugin\u003c/artifactId\u003e\n        ...\n        \u003cexecutions\u003e\n          ...\n          \u003cexecution\u003e\n            \u003cid\u003egwt-api-generator\u003c/id\u003e\n            ...\n            \u003cgoals\u003e\n              \u003cgoal\u003erun\u003c/goal\u003e\n         ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanolo%2Fgwt-pwa-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanolo%2Fgwt-pwa-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanolo%2Fgwt-pwa-template/lists"}