Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A material design dashboard built on top of bootstrap

License

NotificationsYou must be signed in to change notification settings

alexandonie/matter-dashboard

Repository files navigation

License: MITpeerDependencies StatusdevDependency Status

Matter is a material design system built on top of the latest version of bootstrap. It's released underMIT which means you can do whatever you want with it, you can use it for your personal projects, client projects or you can sell it, there are no limitations.

Website Preview

Story: Matter is a part of a failed side project. Long story short, I lost my interest in the project and everything fell apart. To pursue the initial idea of the project (which was to help other developers ship things faster) and to keep the project alive, I decided to refactor Matter and release it for free. The version you're currently viewing is a stripped down version. More components will be added as they get refactored.

Installation

Before anything else, make sure nodejs and npm are installed on your machine. If not, followthese instructions and then proceed with the next steps:

git clone https://github.com/alexandonie/matter-dashboard
cd matter-dashboard
npm run install

Running

The project is now on your machine and all the dependencies should be installed. All that's left to do is to fire up the project. You can do that my running the command:

npm run dev

This will run the project in development mode. It will start a local dev server, it will generate source maps and everything that's required for a modern front-end development environment.

If you want to get the project production ready, then all you have to do is to run:

npm run build

This will bundle up and optimize all of your code, it will rename all of your assets for cache busting (among other things) and will place everything in adist directory at the root level of the project.

File structure

matter-dashboard├── config├── dist├── src│   ├── images│   ├── scripts│   ├── styles│   ├── views│   └── index.js├── .babelrc├── .eslintrc├── .gitignore├── LICENSE├── package-lock.json├── package.json├── postcss.config.js└── README.md

Contributing

Everyone is welcome to contribute. If you want to add, change or fix something, please submit a PR. All the good stuff will get merged ASAP.

Author

Designed and coded by me 😁

License

The code is available under theMIT license.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp