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
- Host: GitHub
- URL: https://github.com/milanzivanov/mz-website-2022
- Owner: milanzivanov
- Created: 2021-12-17T11:01:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T23:16:08.000Z (over 2 years ago)
- Last Synced: 2024-03-30T00:23:33.903Z (over 2 years ago)
- Topics: css, gulp, html, js, json-api, rwd, sass
- Language: HTML
- Homepage: http://milanzivanov.surge.sh
- Size: 4.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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