Frontie Bootstrap 4 is a frontend boilerplate using Gulp for task automation. Based on Bootstrap 4 enhanced with Twig.js, Autoprefixer and Browsersync.
-
Gulp
For task automation -
Twig.js
As a templating engine -
Autoprefixer
Parse CSS and add vendor prefixes to rules by Can I Use -
Browsersync
Time-saving synchronised browser testing -
Github pages
Gulp plugin to publish contents to Github pages
Download all the project dependencies:
npm install / yarn
Build and watch:
gulp
Watch:
gulp watch
Generate a fresh build of your project to /dist folder:
gulp build
Publish contents from /dist folder to Github pages:
gulp deploy
-
Source
All the files that you will be working with can be found at /src -
Production
Production files can be found at /dist -
CSS
The main file is located at /sass/custom.scss -
JS
The main file is located at /js/main.js -
JS
Third party JS libraries can be placed at /js/vendor -
Twig
Templates are located at /templates
Based on Frontie
Copyright 2018 Tomasz Bujnowicz under the MIT license.