Grunt boilerplate for landing pages development
- 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
- 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
- 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