{"id":18675816,"url":"https://github.com/creativeit/material-dashboard-lite","last_synced_at":"2025-04-04T08:05:17.291Z","repository":{"id":58223281,"uuid":"42337885","full_name":"CreativeIT/material-dashboard-lite","owner":"CreativeIT","description":"A free dashboard template with material design lite","archived":false,"fork":false,"pushed_at":"2020-09-03T23:10:20.000Z","size":7728,"stargazers_count":752,"open_issues_count":6,"forks_count":218,"subscribers_count":54,"default_branch":"master","last_synced_at":"2024-09-30T20:04:14.246Z","etag":null,"topics":["dashboard-templates","html","html5","material-design","nvd3","sass"],"latest_commit_sha":null,"homepage":"http://creativeit.io/material-dashboard-lite","language":"HTML","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":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-09-12T00:08:59.000Z","updated_at":"2024-09-05T17:28:34.000Z","dependencies_parsed_at":"2022-08-31T02:00:53.046Z","dependency_job_id":null,"html_url":"https://github.com/CreativeIT/material-dashboard-lite","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-dashboard-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-dashboard-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-dashboard-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeIT%2Fmaterial-dashboard-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreativeIT","download_url":"https://codeload.github.com/CreativeIT/material-dashboard-lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142062,"owners_count":20890652,"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":["dashboard-templates","html","html5","material-design","nvd3","sass"],"created_at":"2024-11-07T09:26:30.870Z","updated_at":"2025-04-04T08:05:17.265Z","avatar_url":"https://github.com/CreativeIT.png","language":"HTML","readme":"# Material Dashboard Lite\n\nWelcome to first dark dashboard on the Material Design Lite!\n\n\u003ca target=\"_blank\" href=\"http://material-dashboard-lite.creativeit.io\"\u003e\u003cimg src=\"https://trello-attachments.s3.amazonaws.com/56af74f7f1b5b81a201453c4/2000x1105/796e1dae05e88ba87162dd8bbf188e65/Darkboard_Showcase_1_3.png\"/\u003e\u003c/a\u003e\n\nIts much more fun with the [demo](http://material-dashboard-lite.creativeit.io).\n\nMaterial admin template is absolutely free for commercial usage theme, that uses google's implementation of material design — [Material Design Lite](http://www.getmdl.io) library. It doesn’t rely on any JavaScript frameworks and aims to be responsive and optimized for cross-device usage. All components are created with CSS (scss), JavaScript (es6), and HTML5.\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-dashboard-lite/issues) to see what features are coming soon.\n\n# SETUP and USAGE\nThe steps bellow 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 a repo](https://help.github.com/articles/fork-a-repo/) articles. \n  \n  ```\n    git clone https://github.com/CreativeIT/material-dashboard-lite.git\n  ```\n\n2. Open your copied repo folder in terminal and install [npm](https://www.npmjs.com/) components with command:\n  \n  ```\n    cd material-dashboard-lite\n    npm install\n  ```\n\n3. Install [bower](http://bower.io/) components with command:\n  \n  ```\n    bower install\n  ```\n\n4. Now you are able to build project with [gulp](http://gulpjs.com/):\n  \n  ```\n    gulp build\n  ```\n\n5. To see the result use command:\n  \n  ```\n    gulp serve\n  ```\n\n# FEATURES\n\n*  [Material Design](http://www.google.com/design/spec/material-design/introduction.html) via [Material Design Lite](http://getmdl.io)\n\n*  Ecmascript 6 (with [babel](https://babeljs.io/))\n\n*  Responsive dark material design. DARK, Carl!\n\n*  User experience focused\n\n*  [Sass](http://sass-lang.com/)\n\n*  [Gulp](http://gulpjs.com/) build\n\n*  [D3](https://d3js.org/) and [NVD3](http://nvd3.org/)\n\n*  MIT License\n\n# Additional\n\nSince the project uses [BEM](http://getbem.com) structure with sass, it can be customized in easy way by editing `src/variables.scss` file. To take effect you must run `gulp build` in terminal again. Also you may want to use `gulp watch`, that will run default command every time you modify any file in source folder. You can use `gulp default`if you don't want to minify js-files.\n\nGoogle hasn't implemented select element yet ([see why here](http://37.media.tumblr.com/6a9fcffde2da977266b0ea99b15d5803/tumblr_n42cjjsriB1smcbm7o1_400.gif)), that is why the project depends on [getmdl-select plugin](https://github.com/CreativeIT/getmdl-select). Also project uses [d3](https://d3js.org/) and [nvd3](http://nvd3.org/) to build charts and chart components.\n\n\n# Hire us\nWe are ready to bring value 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\n# Credits\n\nUI components built with [Material Design Lite](http://www.getmdl.io).\n\nDesigned with passion and coffee by CreativeIT\n\n# Support the project\n\n* Star the repo\n\n* Create issue report or feature request\n\n* [Tweet about it](https://twitter.com/intent/tweet?text=Wow!%20New%20%23free%20dark%20%23dashboard%20on%20%23MaterialDesignLite!%0Ahttp://creativeit.github.io/material-dashboard-lite/index.html%0A\u0026via=CreativeITeam\u0026hashtags=materialDesign,responsive,UI,JS)\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-dashboard-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativeit%2Fmaterial-dashboard-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativeit%2Fmaterial-dashboard-lite/lists"}