An open API service indexing awesome lists of open source software.

https://github.com/apalm112/fsjs-gulp-built-front-end-website

Sets up a Gulp build process for provided website with HTML, SCSS, JPEGs, PNGs and JavaScript files for deployment.
https://github.com/apalm112/fsjs-gulp-built-front-end-website

gulp gulp-js gulp-sass sourcemaps

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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
```
***********************************************************