This is a static starter template that uses Gulp. Best used for holding pages/one pagers and is a continuous WIP.
- Clone into your directory
- Change package.json details to suit your project
- Open your terminal and
cd
to the directory - Run
npm install
thengulp
- This will then run all tasks and create the
dist/
folder
- SCSS Compilation
- CSS Autoprefixer
- CSS Minification
- CSS Sourcemaps
- JS Minification
- JS Concat
- Browsersync
- Image Compression
- Error Notifications
- File Watcher
- Will need Node/npm and the Gulp CLI installed