{"id":7336990,"url":"https://github.com/bugthesystem/angular-es6-webpack-boilerplate","last_synced_at":"2025-10-10T06:10:49.041Z","repository":{"id":87670286,"uuid":"48582580","full_name":"bugthesystem/angular-es6-webpack-boilerplate","owner":"bugthesystem","description":"AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack","archived":false,"fork":false,"pushed_at":"2017-02-12T18:07:44.000Z","size":44,"stargazers_count":35,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-02T15:08:02.423Z","etag":null,"topics":["angularjs","es6","seo","testing-practices","webpack"],"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/bugthesystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-12-25T14:16:33.000Z","updated_at":"2025-01-10T14:30:40.000Z","dependencies_parsed_at":"2024-01-13T10:43:26.095Z","dependency_job_id":null,"html_url":"https://github.com/bugthesystem/angular-es6-webpack-boilerplate","commit_stats":null,"previous_names":["bugthesystem/angular-es6-webpack-boilerplate","ziyasal/ng-espack-boilerplate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bugthesystem/angular-es6-webpack-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fangular-es6-webpack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fangular-es6-webpack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fangular-es6-webpack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fangular-es6-webpack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugthesystem","download_url":"https://codeload.github.com/bugthesystem/angular-es6-webpack-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugthesystem%2Fangular-es6-webpack-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002963,"owners_count":26083487,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angularjs","es6","seo","testing-practices","webpack"],"created_at":"2024-04-03T22:43:28.860Z","updated_at":"2025-10-10T06:10:49.026Z","avatar_url":"https://github.com/bugthesystem.png","language":"JavaScript","funding_links":[],"categories":["Seed Projects"],"sub_categories":[],"readme":"# Angularjs ES6 Webpack boilerplate\nAngular 1.5.9 + ES6 application boilerplate with testing practices\n[![Dependency Status](https://david-dm.org/ziyasal/ng-espack-boilerplate.svg)](https://david-dm.org/ziyasal/ng-espack-boilerplate) [![devDependency Status](https://david-dm.org/ziyasal/ng-espack-boilerplate/dev-status.svg)](https://david-dm.org/ziyasal/ng-espack-boilerplate#info=devDependencies) [![Build Status](https://travis-ci.org/ziyasal/ng-espack-boilerplate.svg)](https://travis-ci.org/ziyasal/ng-espack-boilerplate) [![Coverage Status](https://coveralls.io/repos/ziyasal/ng-espack-boilerplate/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/ziyasal/ng-espack-boilerplate?branch=master) \n\n\u003e_Inspired from [angular-webpack-workflow](https://github.com/Foxandxss/angular-webpack-workflow)_\n\n##Features\n- [x] [Webpack](https://webpack.github.io/) Setup\n  - [x] [Babel](https://babeljs.io/)\n  - [x] [Isparta](https://github.com/douglasduteil/isparta) [Instrumenter Loader](https://github.com/ColCh/isparta-instrumenter-loader)\n  - [x] [Bootstrap](http://getbootstrap.com/)\n- [x] Gulp.js Setup\n  - [x] [Angular Template Cache](https://github.com/miickel/gulp-angular-templatecache)\n  - [x] [Webpack](https://webpack.github.io/)\n  - [x] [ESLint](http://eslint.org/blog/2014/11/es6-jsx-support/)\n- [x] Basic App Structure by following [Angular Style Guide](https://github.com/johnpapa/angular-styleguide)\n- [x] SEO ready configuration using [angular-seo](https://github.com/steeve/angular-seo)\n- [x] Full fake REST API using [json-server](https://github.com/typicode/json-server)\n- [x] Testing Structure by following [official docs](https://docs.angularjs.org/guide/unit-testing) and [Testing Angular](https://github.com/daniellmb/angular-test-patterns)\n  - [x] [Karma](http://karma-runner.github.io/0.13/index.html)\n  - [x] [Jasmine](http://jasmine.github.io/2.0/introduction.html)\n  - [x] [PhantomJS](http://phantomjs.org/)\n  - [x] Controller test\n  - [x] Service test\n  - [x] Directive test\n  - [x] Filter Test\n  - [x] Http interceptor Test\n  \n\n##Install\nClone repo and install npm and bower packages;\n\n```\ngit clone https://github.com/ziyasal/ng-espack-boilerplate.git\ncd ng-espack-boilerplate\nnpm install\nbower install\ngulp\n```\n\n## Development\nAll scripts are run with `npm run [script]`, for example: `npm run test`.\n\n`build`        - generate a minified build to `public` folder  \n`test`         - run all tests  \n`test:live`    - continuously run unit tests watching for changes  \n`eslint:app`   - lint code in `app` folder  \n`eslint:tests` - lint code in `tests` folder  \n\nSee what each script does by looking at the scripts section in `package.json`.\n\nLicense\n=======\n\nCode and documentation are available according to the `MIT` License (see [LICENSE](https://github.com/ziyasal/ng-espack-boilerplate/blob/master/LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fangular-es6-webpack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugthesystem%2Fangular-es6-webpack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugthesystem%2Fangular-es6-webpack-boilerplate/lists"}