Skip to content

apalm112/FSJS-Gulp-Built-Front-End-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sets up a Gulp build process for provided website with HTML, SCSS, JPEGs, PNGs and JavaScript files for deployment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published