{"id":15041272,"url":"https://github.com/creativeit/material-angular-dashboard","last_synced_at":"2025-05-16T10:05:50.437Z","repository":{"id":27430997,"uuid":"112772170","full_name":"CreativeIT/material-angular-dashboard","owner":"CreativeIT","description":"Material Angular Admin Template","archived":false,"fork":false,"pushed_at":"2023-01-06T01:42:08.000Z","size":14300,"stargazers_count":1058,"open_issues_count":35,"forks_count":282,"subscribers_count":49,"default_branch":"master","last_synced_at":"2025-05-16T10:04:39.142Z","etag":null,"topics":["admin-template","angular","dark-theme","dashboard","material-design","sass","typescript"],"latest_commit_sha":null,"homepage":"http://material-angular-dashboard.creativeit.io/","language":"TypeScript","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/CreativeIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-01T18:16:33.000Z","updated_at":"2025-04-30T11:48:39.000Z","dependencies_parsed_at":"2022-09-10T14:02:19.396Z","dependency_job_id":null,"html_url":"https://github.com/CreativeIT/material-angular-dashboard","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-angular-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-angular-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-angular-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-angular-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreativeIT","download_url":"https://codeload.github.com/CreativeIT/material-angular-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509477,"owners_count":22082891,"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":["admin-template","angular","dark-theme","dashboard","material-design","sass","typescript"],"created_at":"2024-09-24T20:45:51.240Z","updated_at":"2025-05-16T10:05:50.380Z","avatar_url":"https://github.com/CreativeIT.png","language":"TypeScript","readme":"# Material Angular Dashboard\n\nWelcome to the first dark dashboard with Google Material Design and Angular!\n\n\u003ca target=\"_blank\" href=\"http://material-angular-dashboard.creativeit.io/\"\u003e\u003cimg src=\"https://trello-attachments.s3.amazonaws.com/55f8466d8f95075bca20dd66/5bf421455ab0f05102cadac9/eee32e50e9fc278b715442a3fc6f65aa/Readme.png\"/\u003e\u003c/a\u003e\n\nIts much more fun with the [demo](http://material-angular-dashboard.creativeit.io).\n\nMaterial admin template is absolutely free for commercial usage theme, based on Google Material Design guidelines.\n\n\u003e **Important**: We are still working on the project and there will be much more awesome, check out our [issues](https://github.com/CreativeIT/material-angular-dashboard/issues) to see what features are coming soon.\n\n# SETUP and USAGE\n\nThe steps below will take you through cloning your own fork, installing dependencies and building:\n\n1. Fork and/or clone our repository. To use Git from command line, see the [Setting up Git](https://help.github.com/articles/set-up-git/) and [Fork repo](https://help.github.com/articles/fork-a-repo/) articles.\n\n```bash\ngit clone https://github.com/CreativeIT/material-angular-dashboard.git\n```\n\n2. Open your copied repo folder in terminal and install necessary modules with command, make sure that you have installed [npm](https://www.npmjs.com/get-npm):\n\n```bash\nnpm install\n```\n\n3. Install [angular-cli](https://cli.angular.io/) globally to use its commands in the terminal:\n\n```bash\nnpm install --global @angular/cli\n```\n\n4. Now you are able to run or build the project:\n\nRun `npm start` or `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\nRun `npm run build` or `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n# FEATURES\n\n* Angular\n\n* [Material Design](http://www.google.com/design/spec/material-design/introduction.html)\n\n* TypeScript\n\n* Responsive dark material design. DARK, Carl!\n\n* User experience focused\n\n* [Sass](http://sass-lang.com/)\n\n* [D3](https://d3js.org/) and [NVD3](http://nvd3.org/)\n\n* [ag-Grid](https://www.ag-grid.com)\n\n* [material-angular-select](https://github.com/CreativeIT/material-angular-select)\n\n* MIT License\n\n# Additional\n\nSince the project uses [BEM](http://getbem.com) structure with sass, it can be customized in an easy way by editing `src/theme/scss/_variables.scss` file.\n\nProject uses [d3](https://d3js.org/) and [nvd3](http://nvd3.org/) to build charts and chart components and [ag-Grid](https://www.ag-grid.com) to build advanced tables.\n\n# Quick start\nDo you want to start quickly and don't need all the pages and modules? You can checkout to empty \n[starter-kit branch](https://github.com/CreativeIT/material-angular-dashboard/tree/starter-kit) and get to work!\n\nIf you need full-stack solution with authentication ability and routing, checkout\n[feature/backend branch](https://github.com/CreativeIT/material-angular-dashboard/tree/feature/backend) with preconfigured Node.js backend.\nYou can also try the [demo](http://dashboard-auth-demo.creativeit.io) (user: admin@admin.admin , password: admin).\n\nYou can also try dashboard powered with [AWS Lambda](https://aws.amazon.com/lambda/). This allows you to easily deploy your application without the need for a dedicated server.\nCheckout [feature/serverless branch](https://github.com/CreativeIT/material-angular-dashboard/tree/feature/serverless) to see the details or try the [demo](https://g5ope910kg.execute-api.eu-central-1.amazonaws.com/production/) (user: admin@admin.admin , password: admin) to make sure that this is no different from the classic approach.\n\n# Hire us\n\nWe are ready to become a strong development partner and bring competitive advantage to your business. Visit our site [creativeit.io](http://creativeit.io/) or drop us a line \u003chello@creativeit.io\u003e. We will be happy to help you!\n\n# Credits\n\nMaterial Angular Dashboard was inspired by [html5 material dashboard](https://github.com/CreativeIT/material-dashboard-lite)\n\nDesigned with passion and coffee by CreativeIT.\n\n# Support the project\n\n* Star the repo :star:\n\n* Create an issue report or feature request\n\n* Follow us on [Twitter](https://twitter.com/intent/follow?screen_name=CreativeITeam)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeit%2Fmaterial-angular-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativeit%2Fmaterial-angular-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeit%2Fmaterial-angular-dashboard/lists"}