Thanks to visit codestin.com
Credit goes to github.com

Skip to content

itcrab/base-html-bootstrap-template

Repository files navigation

Base HTML5 Bootstrap 4 template on steroids

How to using?

  • clone repo: git clone https://github.com/itcrab/base-html-bootstrap-template.git
  • install node.js modules: npm install
  • run sync mode: npm run sync
  • enjoy!

Structure

[bower_components] - Bower components
[css]              - CSS styles and supported preprocessors (Stylus, LESS, SASS)
[dist]             - Generated resources (compressed CSS&JS, optimized images and screenshots)
[fonts]            - Fonts
[img]              - Images (original images)
[js]               - JS sources and supported preprocessors (CoffeeScript)
[node_components]  - NodeJS components
[views]            - template engines files (Nunjucks, Pug)
...
index.html         - Base template

GulpJS tasks

  • npm run compile: generating resources (CSS&JS) for base template
  • npm run deploy: image optimization and creating screenshots for main page (using when you ready to production)
  • npm run sync: automatic updating resources and live updating page in browser

Steroids (THANKS!):