Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

andreymatin/grunt-pug-scss-babel-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Boilerplate based on Grunt (Pug + Scss + Babel)

Grunt boilerplate for landing pages development

Features:

  • HTML: Pug template engine
  • CSS: Scss preprocessor
  • JavaScript: Babel compiler
  • Minify JavaScript files with UglifyJS
  • Concatinate all JavaScript files to one
  • Watcher and Local server

Usage:

  • Get boilerplate: git clone https://github.com/andreymatin/grunt-pug-scss-babel-boilerplate.git
  • Rename or enter: cd grunt-pug-scss-babel-boilerplate
  • Run yarn install to get dependencies
  • Run grunt to compile and launch development server

Files:

  • Gruntfile.js - Configuration and tweaks for Grunt
  • package.json - List of the modules and credential
  • .gitignore - gitignore patterns (https://github.com/github/gitignore)
  • html/index.pug - HTML5 template based on Bootstrap4
  • scss/* - SCSS folder
  • js/app.js - JS file for jQuery