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

https://github.com/milanzivanov/mz-website-2022

New personal website 2022
https://github.com/milanzivanov/mz-website-2022

css gulp html js json-api rwd sass

Last synced: 3 months ago
JSON representation

New personal website 2022

Awesome Lists containing this project

README

          

# Front-end Boilerplate using Sass and Gulp 4

Using a set of boilerplate files when you're starting a website project can be a huge time-saver. Instead of having to start from scratch or copy and paste from previous projects, you can get up and running in just a minute or two.

I wanted to share my own boilerplate that I use for simple front-end websites that use HTML, SCSS, and JavaScript. And I'm using Gulp 4 to compile, prefix, and minify my files.

## Quickstart guide

- Clone or download this Git repo onto your computer.
- Install [Node.js](https://nodejs.org/en/) if you don't have it yet.
- Run `npm install`
- Run `npm run build` to run the default Gulp task

In this proejct, Gulp is configured to run the following functions:

- Compile the SCSS files to CSS
- Autoprefix and minify the CSS file
- Concatenate the JS files
- Uglify the JS files
- Move final CSS and JS files to the `/dist` folder