Giter Site home page Giter Site logo

kathirr007 / gulpgetstart Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 28.14 MB

Get Start with Gulp | Getting Start with Gulp 4 | A Starter-kit for Frontend development using Gulp 4, SCSS/SASS, LESS, Babel, Bootstrap, Browser Sync, HTML Templating, Html minify, Js minify, CSS minify

Home Page: https://kathirr007.github.io/gulpGetStart/

License: MIT License

HTML 14.45% CSS 40.76% JavaScript 0.84% SCSS 0.55% Less 43.39% Shell 0.01%
gulp css gulp4 browser-sync scss html-preprocessor bootstrap bootstrap4 uglify html-minify

gulpgetstart's Introduction

gulpGetStart

A Getting start Gulp Workflow boiler-plate for Front end Dev to automate your workflow

Please check the site built using this workflow here or here

Usage

  • Run npm install.
  • Run gulp or npm run dev for development.
  • Run gulp build or npm run build for production build.

Scaffolding

  • Clone this repository
  • Change the remote url
  • Run npm install
  • Update npm dependencies with npm install npm-check -g and then npm-check -u

What is this repository for?

Automations added

  • Updating a file whenever it is changed so you don’t have to run a command to update it.
  • Refreshing the browser automatically when needed so you don’t have to alt-tab and hit the refresh button manually.
  • Compile SCSS/SASS/LESS/CSS files when needed without reloading the page for style changes.
  • Auto-prefixer for newer css styles prefix for ['last 4 version'] when needed without reloading the page for style changes.
  • Stream the compiled css when needed without reloading the page for style changes.
  • Optimizing your CSS, JavaScript, images and running every optimization you need to make sure your website is wicked fast.

Development Phase

There are three objectives for the development phase. They are:

  • gulp tasks: clean, images, fonts, styles, html, watch, browserSync.
  • default task that chains everything created into a single task.
  • build task that builds project for production.

Optimization Phase

  • strip-css-comments and cssnano for CSS.
  • uglify for JS.

Useful resources

Thanks

Based on the video tutorial course Gulp.js: Web Project Workflows by Ray Villaloboss

gulpgetstart's People

Contributors

epworkplace avatar kathirr007 avatar priyam-ep avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.