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.
- Host: GitHub
- URL: https://github.com/sammarks/scaffold
- Owner: sammarks
- Created: 2014-07-26T17:37:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T15:54:23.000Z (about 10 years ago)
- Last Synced: 2025-02-02T16:56:13.297Z (4 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- SCSSBasically, 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.