{"id":16618459,"url":"https://github.com/andreasonny83/angular2-sonny-webpack","last_synced_at":"2026-04-26T20:32:09.637Z","repository":{"id":43608170,"uuid":"71466663","full_name":"andreasonny83/angular2-sonny-webpack","owner":"andreasonny83","description":"A Webpack2 starter kit for Angular2+","archived":false,"fork":false,"pushed_at":"2017-04-25T18:25:02.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T05:36:04.180Z","etag":null,"topics":["angular","angular-boilerplate","angular2","angular4","progressive-web-app","webapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/andreasonny83.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-20T13:36:13.000Z","updated_at":"2020-10-03T14:32:58.000Z","dependencies_parsed_at":"2022-07-10T04:00:32.551Z","dependency_job_id":null,"html_url":"https://github.com/andreasonny83/angular2-sonny-webpack","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/andreasonny83/angular2-sonny-webpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangular2-sonny-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangular2-sonny-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangular2-sonny-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangular2-sonny-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreasonny83","download_url":"https://codeload.github.com/andreasonny83/angular2-sonny-webpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreasonny83%2Fangular2-sonny-webpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"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":["angular","angular-boilerplate","angular2","angular4","progressive-web-app","webapp"],"created_at":"2024-10-12T02:20:07.456Z","updated_at":"2026-04-26T20:32:09.623Z","avatar_url":"https://github.com/andreasonny83.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular2 Sonny Webpack \n\n![angular2-logo](http://i.imgur.com/50XbMNR.png)\n\nA Webpack starter kit for you Angular2+ progressive web app\n\n## Table of contents\n\n*   [Installation](#installation)\n*   [Usage](#usage)\n  *   [Development](#development)\n  *   [Progressive WebApp](#progressive-webapp)\n  *   [Build](#build)\n  *   [Test the distribution version](#test-the-distribution-version)\n*   [Contributing](#contributing)\n*   [Changelog](#changelog)\n*   [License](#license)\n\n## Installation\n\nClone this repository\n\n```sh\n$ git clone https://github.com/andreasonny83/angular2-sonny-webpack.git\n```\n\nChange directory to our repo\n\n```sh\n$ cd angular2-sonny-webpack\n```\n\nInstall the node dependencies\n\n```bash\n# You can either use npm with\n$ npm install\n# Or Yarn for a faster installation\n$ yarn install\n```\n\n## Usage\n\n### Development\n\n```bash\n$ npm start\n```\n\nTo start the application and automatically recompile on file-changes.\n\n### Progressive WebApp\n\nThis boilerplate will help you create a progressive web app in line with the [Google directives](https://developers.google.com/web/progressive-web-apps/).\nThe project contains an app `manifest.json` to add installable support.\nAlso, a service-worker will automatically been generated after the `build` process to grant offline support to your app.\n\n### Build\n\nTo build a distribution version of your Angular2 app, run:\n\n```bash\n$ npm run build\n```\n\nThis will generate a clean new `dist` folder containing your production-ready app.\nA service worker will also being created in your distribution folder using the [sw-precache](https://github.com/GoogleChrome/sw-precache) node package.\n\n### Test the distribution version\n\nTo serve your generated distribution version of the app, run:\n\n```bash\n$ npm run server:prod\n```\n\nThis will open your distribution version of the app inside your browser. From here you may also being able to test the offline support.\n\n## Contributing\n\n1.  Fork and clone it!\n1.  Create your feature branch: `git checkout -b my-new-feature`\n1.  Commit your changes: `git commit -am 'Add some feature'`\n1.  Push to the branch: `git push origin my-new-feature`\n1.  Submit a [Pull Request](https://github.com/andreasonny83/angular2-sonny-webpack/pull/new/master)\n\n## Changelog\n\nChangelog available [here](https://github.com/andreasonny83/angular2-sonny-webpack/blob/master/CHANGELOG.md)\n\n## License\n\n[MIT License](https://github.com/andreasonny83/angular2-sonny-webpack/blob/master/LICENSE) © Andrea SonnY\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasonny83%2Fangular2-sonny-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasonny83%2Fangular2-sonny-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasonny83%2Fangular2-sonny-webpack/lists"}