Skip to content

Commit 372362e

Browse files
committed
Changed readme and changelog.
1 parent aa553ad commit 372362e

File tree

2 files changed

+72
-30
lines changed

2 files changed

+72
-30
lines changed

README.md

Lines changed: 71 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,80 @@
1-
# Angular Material Admin (1.0.1 Light version)
1+
# Angular Material Admin Lite - free and open source admin dashboard template
2+
Including responsive layout and high quality UI built with Angular Material.
23

3-
Built with Angular 9 and Angular Material. No jQuery and Bootstrap!
4+
[Download](https://github.com/flatlogic/angular-material-admin/archive/master.zip) | [Available versions](https://demo.flatlogic.com/angular-material-admin/) | [More templates](https://flatlogic.com/admin-dashboards)
45

5-
Use any credentials to log in.
6+
![1 (1)](https://user-images.githubusercontent.com/17360676/84912599-41a99c00-b0c2-11ea-8d9b-6c05a398b8ca.jpg)
67

7-
**For upgrade instruction please refer to [https://update.angular.io/](https://update.angular.io/).**
8+
This repository contains a limited free version.
89

9-
## Install dependencies
10+
## Features
1011

11-
Run `npm install`.
12+
Using this template you will be able to leverage lots of built-in components and thus focus on building features that set you apart from competitors rather than bulding everything from scratch. Lite version of Angular Material Admin includes following features and pages:
13+
* Angular Material & SCSS
14+
* Responsive layout
15+
* Styled Angular Material components like buttons, cards, etc
16+
* Dashboard sample
17+
* Typography
18+
* Tables
19+
* Notifications
20+
* Base charts
21+
* Icons
22+
* Maps
23+
* Hover sidebar
24+
* Login
25+
* 404
1226

13-
## Development server
27+
![2 (1)](https://user-images.githubusercontent.com/17360676/84912752-6b62c300-b0c2-11ea-9ff0-f92bad33f2b0.jpg)
1428

15-
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
29+
Building a project from scratch means that there is a lot of things to keep track of all at once: analytics, dynamic forms data, UI and UX elements, and much more. This simple admin template is well suited for web apps or any other website or project that requires admin dashboard. This template will serve as a solid foundation for your upcoming project and will save you a lot of time and, hence, money.
1630

17-
## Further help
31+
## Quick Start
1832

19-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
33+
#### 1. Get the latest version
34+
35+
You can start by cloning the latest version of Angular Material Admin on your local machine by running:
36+
37+
```shell
38+
$ git clone -o angular-material-admin -b master --single-branch \
39+
https://github.com/flatlogic/angular-material-admin.git MyApp
40+
$ cd MyApp
41+
```
42+
43+
#### 2. Run `npm install`
44+
45+
This will install both run-time project dependencies and developer tools listed
46+
in [package.json](../package.json) file.
47+
48+
#### 3. Run `npm start`
49+
50+
This command will build the app from the source files. Then open `localhost:4200` in your browser.
51+
52+
Now you can open your web app in a browser, on mobile devices and start
53+
hacking. The page must be served from a web server, e.g. apache, nginx, WebStorm built-in web server, etc., otherwise some features may not work properly.
54+
55+
## Integration
56+
![3 (1)](https://user-images.githubusercontent.com/17360676/84912873-8b928200-b0c2-11ea-9e72-5aac8e8f339e.jpg)
57+
58+
Angular Material Admin is a part of admin dashboard solution provided by Flatlogic. We can integrate admin dashboards with such systems as your accounting software, customer relationship management (CRM) system, email management, marketing automation, website analytics program, etc. Customized Angular Material Admin can be a great way to learn about your products usability and extendability. With this dashboard, the owner of the website (platform) can easily track orders and their success rate, track social metrics such as the most popular referring social media sites and their appropriate URLs, monitor sales states and periods of growth to better understand what makes users tick. [Contact us](https://flatlogic.com/contact) to learn more.
59+
60+
## Support
61+
For any additional information please refer to [Flatlogic homepage](https://flatlogic.com).
62+
63+
## How can I support developers?
64+
- Star our GitHub repo :star:
65+
- [Tweet about it](https://twitter.com/intent/tweet?text=Amazing%20dashboard%20built%20with%20NodeJS,%20React%20and%20Bootstrap!&url=https://github.com/flatlogic/sing-app&via=flatlogic).
66+
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
67+
- Follow [@flatlogic on Twitter](https://twitter.com/flatlogic).
68+
- Subscribe to Flatlogic newsletter at [flatlogic.com](https://flatlogic.com/)
69+
- Like our page on [Facebook](https://www.facebook.com/flatlogic/) :thumbsup:
70+
71+
## More from Flatlogic
72+
- [Awesome Bootstrap Checkboxes & Radios](https://github.com/flatlogic/awesome-bootstrap-checkbox) - ✔️Pure css way to make inputs look prettier
73+
- [React Native Starter](https://github.com/flatlogic/react-native-starter) - 🚀 A powerful react native starter template that bootstraps development of your mobile application
74+
75+
## Premium themes
76+
Looking for premium themes and templates? Check out our other templates at [flatlogic.com](https://flatlogic.com/templates).
77+
78+
## License
79+
80+
Sing App Lite version is [MIT](https://github.com/flatlogic/sing-app/blob/master/LICENSE.txt)-licensed.

changelog.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
1-
# Changelog
2-
3-
## [1.0.1]
4-
5-
### Added
6-
- Added HMR
7-
8-
### Updated
9-
- Updated sass units
10-
11-
### Deleted
12-
- Deleted tests
13-
141
## [1.0.0]
152

163
### Added
17-
- Added mobiles and tablet styles
18-
19-
20-
## [0.0.9]
21-
22-
### Added
23-
- Added project
4+
- Added Angular Material Admin v1.0.0

0 commit comments

Comments
 (0)