You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-30Lines changed: 26 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,30 @@
15
15
</p>
16
16
[ModularAdmin](http://modularcode.github.io/modular-admin-html/) is an open source dashboard theme built in a modular way. That makes it extremely easy to scale, modify and maintain.
17
17
18
+
### Other versions
19
+
20
+
This is the HTML version, which is great for enhancing and integrating it into other platforms and environments.
21
+
AngularJS, Angular2, React and Meteor versions are coming soon.
22
+
23
+
## Download
24
+
25
+
You can download this project in 2 different ways: <ahref="https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0-beta/modular-admin-html-v1.0.0-beta.zip"target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
The downloaded zip file will contain ```dist/``` folder which is compiled version of the project (with all scripts are merged together, processed styles and templates). You can use it as final result, but for development you should use aplication sources locaed in ```src/``` folder and rebuild the project. See [development](#development).
30
+
31
+
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
32
+
33
+
#### Git clone
34
+
35
+
Clone repository to the local `modular-admin-html` folder
The cloned repository desn't contain prebuilt version of the project and you need to build it, See [development](#development).
41
+
18
42
### Main features
19
43
20
44
* HTML5 + CSS3 with FlexBox
@@ -25,15 +49,10 @@
25
49
* Gulp
26
50
* Bower
27
51
28
-
### Other versions
29
-
30
-
This is the HTML version, which is great for enhancing and integrating it into other platforms and environments.
31
-
AngularJS, Angular2, React and Meteor versions are coming soon.
32
52
33
53
### Table of contents
34
54
35
55
*[Browser support](#browser-support)
36
-
*[Download](#download)
37
56
*[Development](#development)
38
57
*[Folder structure](#folder-structure)
39
58
*[File types](#file-types)
@@ -52,34 +71,11 @@ AngularJS, Angular2, React and Meteor versions are coming soon.
52
71
Some of the components use the new Flexbox Layout module which is available in most modern browsers. Bootstrap4 is used as main framework. Please make sure that it's suitable for you: [Flexbox browser support](http://caniuse.com/#feat=flexbox).
53
72
54
73
<br>
55
-
## Download
56
-
57
-
You can download this project in 2 different ways: <ahref="https://github.com/modularcode/modular-admin-html/releases/download/v1.0.0-beta/modular-admin-html-v1.0.0-beta.zip"target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
The downloaded zip file will contain ```dist/``` folder which is compiled version of the project (with all scripts are merged together, processed styles and templates). You can use it as final result, but for development you should use aplication sources locaed in ```src/``` folder and rebuild the project. See [development](#development).
62
-
63
-
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
64
-
65
-
#### Git clone
66
-
67
-
Clone repository to the local `modular-admin-html` folder
The cloned repository desn't contain prebuilt version of the project and you need to build it, See [development](#development).
78
-
79
74
## Development
80
75
81
76
For building the application, you need to have [NodeJs](https://nodejs.org/en/) with npm. You also need to have [Bower](http://bower.io/) installed globally.
82
-
From the project folder run the following commands:
77
+
78
+
After [downloading](#download) run the following commands from the project folder:
0 commit comments