This program is created for step by step learning of the gulp process to automate and enhance your workflow by preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how gulp is helpful for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.
What things you need to install to automate your workflow and how to install them, if you don't have node.js & npm installed on your system, install it from here (https://nodejs.org/en/).
List of the npm commands are:
npm init
npm install --global gulp
npm install --save-dev gulp
npm install --save-dev gulp-concat
npm install --save-dev gulp-uglify
npm install --save-dev gulp-minify-css
npm install --save-dev gulp-imagemin
npm install --save-dev del
npm install --save-dev gulp-inject
npm install --save-dev run-sequence
npm install --save-dev gulp-connect
- See all the dev dependencies in package.json file.
- Run
npm install
command to install all the dev dependencies. - Execute code with
npm run serve
,npm run build
commands & visit [http://localhost:8888] to see changes.
npm run serve
command executes code locally & served on [http://localhost:8888].npm run build
command creates a minified & optimized production build in build folder. see package.json for more understanding.
- Node.js - An open source server framework
- Gulp - An automation toolkit
- Visual Studio Code - An open source editor
- Yogendra Chauhan - Initial work - YogendraChauhan
See also the list of contributors who participated in this project.
This project is licensed under the GPL License - see the LICENSE file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc