Skip to content

Fork this repository to start a new project with Gulp, Babel, PostCSS, and the following workflow: linting, Sass and modern CSS transpiling, ES2015+ compiling, concatenation, minification, beautification, source maps, bundling fonts, images, and favicons, serving files, watching for changes, and live reloading.

License

Notifications You must be signed in to change notification settings

paulshryock/Gulp-Starter

Repository files navigation

Gulp Starter

Fork this repository to start a new project with Gulp, Babel, PostCSS, and the following workflow: linting, Sass and modern CSS transpiling, ES2015+ compiling, concatenation, minification, beautification, source maps, bundling fonts, images, and favicons, serving files, watching for changes, and live reloading.

This is an open source project which uses the The Hippocratic License.

Quick Start

Requirements

  1. Node
  • Check if Node is installed: node --version
  • If you see a version number, such as v11.6.0, proceed to Get Started
  • If Node isn't installed, download and install it, then proceed to Get Started

Get Started

Fork or clone this repo, install dev dependencies, and start:

git clone https://github.com/paulshryock/Gulp-Starter.git
cd Gulp-Starter
npm i
npm start

Then find and replace the package name (Gulp-Starter) and author name (Paul Shryock) in LICENSE, package.json, and README.md.

Documentation

Project documentation files are in the _docs directory.

Contributing

If you'd like to contribute, please read the Code of Conduct and Contributing instructions, then fork the repository and use a feature branch. Pull requests are welcome.

About

Fork this repository to start a new project with Gulp, Babel, PostCSS, and the following workflow: linting, Sass and modern CSS transpiling, ES2015+ compiling, concatenation, minification, beautification, source maps, bundling fonts, images, and favicons, serving files, watching for changes, and live reloading.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published