Folder Structure
assets/
├── css/
| |-- icons.css
| |-- sidemenu.css
| |-- sidemenu.css.map
| |-- sidemenu.scss
| |-- style.css
| |-- style.css.map
├── fonts/
├── iconfonts/
├── images/
├── js/
├── plugins/
├── scss/
`-- video/
-
Reallist - Real Estate Property Listing and HTML5 Template / : Root template folder contain all html, js, css, scss, images
and other files.
-
assets/ : Folder contain all the listing Template assets which has css, js, scss, and images.
-
css/: Folder contain assets which has complete styles.
icons : icons.css has all template icons link are importated.
sidemenu : dashboard sidemenu css for the template.
style : Main style sheet for template.
-
fonts/ : Template fonts.
-
iconfonts/ : Template fonts.
-
images/ : Template images.
-
js/ : Folder contain all the template pages js files.
-
plugins/ : Folder contain all template plugins.
-
scss/ : Folder contain all pages scss files.
-
video/ : Template videos.
gulpfile.js : Gulp tasks js file.
package.gulp.json : Gulp package json file.