Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

b2io/gulp-project

 
 

Repository files navigation

Gulp 4 Boilerplate Repo

Boilerplate primarily for setting up a project with Gulp, but also to serve as a blank template for a frontend project.

Gulp is setup to accomplish:

  • Compile scss files to css
  • Autoprefix and minify css file
  • Concat the js files
  • Uglify(parse, minify, compress) js files
  • Pipe the final css and js files to the dist folder

Quickstart

  • Clone Repo
  • Install Node.js
  • Run npm install
  • Run gulp in terminal to run the default Gulp task

Instructions

  • install node
  • open terminal run npm install --global gulp-cli
  • run npm init -y
  • run npm install --save-dev gulp gulp-sass gulp-sourcemaps gulp-postcss autoprefixer cssnano gulp-concat gulp-uglify gulp-replace
  • create a new file in the root of the project named gulpfile.js

About

Gulp 4 Boilerplate Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • HTML 33.5%
  • CSS 7.8%