ImpressCMS / impresscms-theme-bootup

The base Bootstrap 4 theme for ImpressCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Boilerplate Starter Theme

A modern, HTML starter theme. It comes out of the box with NPM, Gulp.js, Bootstrap 4 and jQuery.

Installation

Just clone the repo and run npm install in the root to install all the dependencies.

Folder structure

root
│   .gitignore          # folders and files ignored by git
│   README.md           # readme file
│   package.json        # all npm dependencies  
│   gulpconfig.json     # paths for gulp
│   gulpfile.js         # gulp tasks
│   index.html          # main index file      
│   package-lock.json   # automatically generated by npm   
│   rev-manifest.json   # automatically generated by gulp-rev
└───dist              
│   └───fonts           # fonts
│   └───images          # compressed images
│   └───scripts         # main.js and vendor.js minified
│   └───styles          # compiled and minified stylesheets
└───node_modules
└───vendor              # bootstrap and jquery files
└───src
    └───fonts           # all your fonts go here
    └───images          # all your images go here
    └───scripts         # main.js for your custom js code
    └───styles          # all your sass files go here

How to use

  1. gulp watch - compile assets during development
gulp watch
  1. gulp prod - compile assets for distribution
gulp prod
  1. gulp distclean - delete all files in the dist folder
gulp distclean
  1. gulp copy-assets - copy all bootstrap and jquery files to vendor
gulp copy-assets

License

GNU General Public License 3.0 [GPL 3.0] https://www.gnu.org/licenses/gpl-3.0.en.html

impresscms-theme-bootup

The base Twitter Bootstrap theme for ImpressCMS

About

The base Bootstrap 4 theme for ImpressCMS


Languages

Language:HTML 56.8%Language:JavaScript 39.5%Language:SCSS 2.5%Language:CSS 1.1%