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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ AngularJS, Angular2, React and Meteor versions are coming soon.
50
50
51
51
Some of the components use new Flexbox Layout module which is available in modern browsers. Bootstrap4 is used as main fraimwork.
52
52
Please make sure if that's suitable for you [Flexbox browser support](http://caniuse.com/#feat=flexbox).
53
-
53
+
<br>
54
54
## Getting Started
55
55
56
56
For assembling the application, you need to have [NodeJs](https://nodejs.org/en/) with npm. You also need to have Bower installed globally.
@@ -88,6 +88,7 @@ Open the project [http://localhost:4000](http://localhost:4000).
88
88
89
89
> The project is built by Gulp. You can read more info in [Build Tasks](#build-tasks) section
90
90
91
+
<br>
91
92
## Folder Structure
92
93
93
94
```
@@ -161,8 +162,8 @@ In this folder are located files related to our application building. That can b
161
162
Compiled state of our app with processed styles, templates, scripts and assets.
162
163
163
164
**Warning! Never work inside this folder, because your changes would be overwritten on every build**
164
-
pu
165
165
166
+
<br>
166
167
## File Types
167
168
168
169
Our app consists of different file types.
@@ -252,9 +253,10 @@ If you need more advanced layouting with multiple content blocks at the same tim
252
253
253
254
Except application files there are also third party plugin files (e.g. Bootstrap). They are managed by using [Bower](http://bower.io/). Usually vendor libraries consist from scripts, styles and assets (images, fonts). The build system will concatenate and copy all script and style files correspondingally to ```dist/js/vendor.js```and ```dist/css/vendor.css``` also will copy all assets to ```dist/assets/``` folder.
254
255
256
+
<br>
255
257
## Build Tasks
256
258
257
-
259
+
<br>
258
260
## Get in touch
259
261
260
262
Usually we're discussing stuff in [ModularCode Facebook Group](https://www.facebook.com/groups/710770032358423/).
@@ -264,7 +266,7 @@ Feel free to reach us for any questions, sugestions, remarks and potential featu
0 commit comments