A simple boilerplate for front-end web development which uses Gulp v4.
- Live reloading
- Cache busting
- Sass converted to css, auto prefixed and minified with sourcemaps
- JavaScript concatenated into a single file, minified with sourcemaps and supports ES6
- Image minifying
- Normalize/Reset (default is Normalize)
Follow these steps in order to get the website up and running locally on your machine.
npm install
to install any dependenciesnpm start
orgulp watch
to start a live reload session
npm run build
orgulp
to build the application
gulp
orgulp build
to build the applicationgulp watch
to enable live reloadgulp clean
to delete the build foldergulp styles
to run the style tasksgulp scripts
to run the script tasksgulp images
to run the image tasksgulp favicon
to run the favicon tasks