An open API service indexing awesome lists of open source software.

https://github.com/sammarks/scaffold

Basic scaffold for SCSS-based templates and mockups with Gulp and Bower.
https://github.com/sammarks/scaffold

Last synced: 2 months ago
JSON representation

Basic scaffold for SCSS-based templates and mockups with Gulp and Bower.

Awesome Lists containing this project

README

        

# Scaffold

This repository is a basic scaffold for all templates I create. It uses the following technologies:

- Bower
- Gulp
- Node.JS
- SCSS

Basically, it sets up the style folders and `gulpfile` to jumpstart creating a new mockup or template.

To get started, all you have to do is `cd` to the root of the repository, and then type:

npm install
gulp

Gulp will start, compile all of your CSS assets, move fonts to where they're supposed to go, and
then watch for any changes to your stylesheets, fonts, or Javascripts.