Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 707 Bytes

File metadata and controls

23 lines (20 loc) · 707 Bytes

Full Stack JavaScript Project #8: Use Gulp to Build A Front-End Website

A working example of how Gulp can be utilized to create source maps for both JS & CSS files for a website & build it for production or deployment.

Installation


Clone the GitHub repository and use npm to install the dependencies.

$ git clone https://github.com/apalm112/FSJS-Gulp-Built-Front-End-Website.git
$ cd FSJS-Gulp-Built-Front-End-Website/
$ npm install
  • Then you can run any of the following commands:
$ gulp scripts
$ gulp styles
$ gulp images
$ gulp clean
$ gulp build
$ gulp