UnSeulT / gulp-sass-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starter for HTML/CSS/JS projects

Includes Gulp to compile Sass into CSS, along with Autoprefixer and Browser Sync.

Setup

Before starting, you'll need Node (which includes NPM).

If using OSX, I'd recommend this guide to getting set up with Node and NPM.

Then install Gulp using npm install -g gulp. This installs Gulp globally and is needed later.

Clone this repo to your local computer using this command:

git clone https://git@github.com/cssanimation/gulp-sass-starter.git starter

With the files downloaded, navigate to your starter folder on the command line (or Terminal) and run npm install to set things up.

If that doesn't work, it may be necessary to use sudo npm install.

With this set up, you should now be able to run:

gulp

This will process any Sass (SCSS) files and launch a web browser showing the current files. Making changes to the files should result in the page updating automatically.

Questions

Drop me a line at hello@cssanimation.rocks with any questions or thoughts. Pull requests welcomed!

License

MIT

About


Languages

Language:CSS 41.3%Language:JavaScript 38.0%Language:HTML 20.8%