Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tharwania/amaterial
Simplistic Angular Material Template - Demo
https://github.com/tharwania/amaterial
admin-dashboard admin-panel admin-template admin-ui angular angular-material angular2 angular4 angular7 angularcli6 angularmaterial dashboard dashboard-application dashboard-templates dashboard-widget dashboards flexbox fx templete theme
Last synced: 26 days ago
JSON representation
Simplistic Angular Material Template - Demo
- Host: GitHub
- URL: https://github.com/tharwania/amaterial
- Owner: tharwania
- Created: 2019-07-24T06:08:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T00:09:17.000Z (9 months ago)
- Last Synced: 2024-10-11T08:05:28.708Z (26 days ago)
- Topics: admin-dashboard, admin-panel, admin-template, admin-ui, angular, angular-material, angular2, angular4, angular7, angularcli6, angularmaterial, dashboard, dashboard-application, dashboard-templates, dashboard-widget, dashboards, flexbox, fx, templete, theme
- Language: TypeScript
- Homepage: https://tharwania.github.io/AMaterial/AMaterial/index.html
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMaterial
![N|Solid](https://avatars-05.gitter.im/group/iv/8/57542ca8c43b8c60197754f5?s=48)
AMaterial is a angular based, responsive and made with angular material.
- Dashboard
- Tabs and Icons
- Mobile UI# New Features!
- Dashboard
Watch Live Demo https://tharwania.github.io/AMaterial/AMaterial/
Theme can be used for
> Entreprice Applications
> Dashboard or marketing analytics
> Invoicing System
> and various other ideas....### Tech
* [Angular 8] - HTML enhanced for web apps!
* [Angular Material] - awesome controlls by google people
* [Flex Laypout] - css positioning and layout system.### Installation
It requires [Node.js](https://nodejs.org/) to run.
Install the dependencies and devDependencies and start the server.
```sh
$ git clone https://github.com/tharwania/AMaterial.git
$ npm install
$ ng serve
```For production environments...
```sh
$ git clone https://github.com/tharwania/AMaterial.git
$ npm install
$ ng build --prod
```