Templatecookie.com creates quality templates and php scripts. Templatecookie has many free HTML & Figma templates available for professional use. Templatecookie is famous for its premium PHP Scripts available on Codeanyon Marketplace. Browse Templatecookie today and discover awesome digital products.
Olog eCommerce Responsive HTML Template based on bootstrap framework v4.5.
This project is a bootstrap version Olog eCommerce Responsive HTML Template designed with HTML, CSS, SCSS, Bootstrap, Javascript & Jquery.
Check the Live Demo here.
- HTML 5
- CSS 3
- SCSS
- Bootstrap
- Fontawesome Icons
- Javascript & jQuery
- Webpack 4
- Autoprefixer
- Design by coded by Zakir Soft
- Fonts by Google Fonts - Poppins
- Images from Unsplash.com
- SVG Icons from Feather Icons
The MIT License (MIT). Please see License File for more information.
This repository contains Webpack and SCSS boilerplate code to quickly get started on building a webpage following a simplified version of SASS (7-1 pattern).
Run npm install
to install all the dependencies this project needs.
Run npm run dev
. Your browser should automatically open a new tab where you can see your app.
Note : live reload is enabled so just modify your files and it will be reflected on the app instantly.
Run npm run build
. It will automatically add vendor prefixes to CSS rules and compress all your .scss
files into one style.css
file located in your dist
folder.
It contains these folder and files :
abstracts
: functions, variablesbase
: reset, typography,components
: buttons, formlayout
: footer, header, nav, breadcrumbpages
: contact, home,themes
: themevendors
: bootstrap, fontawesome
fontawesome
- Font Library
- Webpack
- Babel
- File Loader
- CSS Loader
- Node SASS
- SASS Loader
- Post CSS
- Autoprefixer
- Purge CSS
- Mini CSS Extractor Plugin