{"id":13623852,"url":"https://github.com/Excelian/Angular-Material-ECMA6-Dashboard","last_synced_at":"2025-04-15T20:32:38.620Z","repository":{"id":30505129,"uuid":"34059514","full_name":"Excelian/Angular-Material-ECMA6-Dashboard","owner":"Excelian","description":"This is an opinionated AngularJS dashboard using Material Design, ECMA6 and Traceur","archived":false,"fork":false,"pushed_at":"2016-10-04T08:47:20.000Z","size":319,"stargazers_count":128,"open_issues_count":2,"forks_count":29,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-08-01T21:57:52.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Excelian.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}},"created_at":"2015-04-16T14:07:58.000Z","updated_at":"2024-07-23T13:19:28.000Z","dependencies_parsed_at":"2022-08-17T18:10:30.232Z","dependency_job_id":null,"html_url":"https://github.com/Excelian/Angular-Material-ECMA6-Dashboard","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/Excelian%2FAngular-Material-ECMA6-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excelian%2FAngular-Material-ECMA6-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excelian%2FAngular-Material-ECMA6-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Excelian%2FAngular-Material-ECMA6-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Excelian","download_url":"https://codeload.github.com/Excelian/Angular-Material-ECMA6-Dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223684824,"owners_count":17185715,"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-08-01T21:01:36.371Z","updated_at":"2024-11-08T12:30:25.334Z","avatar_url":"https://github.com/Excelian.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Code Climate](https://codeclimate.com/github/Excelian/Angular-Material-ECMA6-Dashboard/badges/gpa.svg)](https://codeclimate.com/github/Excelian/Angular-Material-ECMA6-Dashboard)\n[![Test Coverage](https://codeclimate.com/github/Excelian/Angular-Material-ECMA6-Dashboard/badges/coverage.svg)](https://codeclimate.com/github/Excelian/Angular-Material-ECMA6-Dashboard)\n[![Build Status](https://travis-ci.org/Excelian/Angular-Material-ECMA6-Dashboard.svg?branch=master)](https://travis-ci.org/Excelian/Angular-Material-ECMA6-Dashboard)\n[![Dependency Status](https://david-dm.org/Excelian/Angular-Material-ECMA6-Dashboard.svg)](https://david-dm.org/Excelian/Angular-Material-ECMA6-Dashboard)\n[![devDependency Status](https://david-dm.org/Excelian/Angular-Material-ECMA6-Dashboard/dev-status.svg)](https://david-dm.org/Excelian/Angular-Material-ECMA6-Dashboard#info=devDependencies)\n\n\nAngularJS Material Design ECMA6 Dashboard\n===============\n\nThis is a starting point to create an Angular 1.4 Material Design application that is structured using ES6 modules in a component based way. It comes with karma/protractor testing, Traceur transpilation and live reload out of the box.\n\n- [ECMA6 new features](https://github.com/lukehoban/es6features/blob/master/README.md)\n- [Angular Material](https://material.angularjs.org/#/demo/material.components.input)\n- [Google Material Design Spec](http://www.google.com/design/spec/material-design/introduction.html)\n\n![Dashboard](https://cloud.githubusercontent.com/assets/6848978/7554734/d4c52884-f72b-11e4-87be-b47090fcfd4f.PNG)\n![Financial Dashboard](https://cloud.githubusercontent.com/assets/7428561/8108646/97eae12e-1049-11e5-8ef5-e8d4a3dd1cd7.png)\n\n\n## Prerequisites:\n- node.js\n\n## Application Dependencies\n\nAll the dependencies required for the build system, testing and so on are managed with npm and defined in `package.json`. They can be installed with:\n\n```\nnpm install\nbower install\n```\n\n## Running the Application\n\nYou can run `script/start` to fire up the application on `http://localhost:3010`.\n\n(You may need to make each file in script folder and add execution permission to script/lib/css.js file.)\n\n\n## Tests\n\nYou can use `npm test` to run JSHint, Karma Unit tests and our E2E tests.\n\nTo run just the Karma tests use:\n\n```\nkarma start ./config/karma.config.js\n```\n\nKarma will automatically watch the files and rerun tests when files change.\n\n## Live Reloading\n\nInstall the [fb-flo](https://chrome.google.com/webstore/detail/fb-flo/ahkfhobdidabddlalamkkiafpipdfchp?hl=en) chrome extension.\n\nTo enable live-reloading have the developer tools open and activate fb-flo.\n\n## Build \u0026 Deployment\n\nCreate a production optimized build using [AssetGraph Builder](https://github.com/assetgraph/assetgraph-builder):\ncurrently waiting for a fix https://github.com/assetgraph/assetgraph-builder/issues/162\n\n\n## Debugging Protractor (E2E) tests\n\nscript/e2etest\n\n### Running individual files\n\nServe `client/` on port `3010`\n\n```\nnpm start\n```\n\nRun protractor with `--specs` option\n\n```\nHTTP_PORT=3010 ./node_modules/.bin/protractor --specs client/app/routes/mandates/show/mandates-show.e2e.js\n```\n\n### Pausing the browser\nAdd `browser.pause();` to your spec.`\n\n## Credits\n\n- ECMA6 Angular Project by GoCardless\n- D3 Financial Components by Scott Logic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExcelian%2FAngular-Material-ECMA6-Dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FExcelian%2FAngular-Material-ECMA6-Dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FExcelian%2FAngular-Material-ECMA6-Dashboard/lists"}