https://github.com/ayamflow/simple-boilerplate
A no-framework, simple HTML/SASS/Grunt boilerplate.
https://github.com/ayamflow/simple-boilerplate
Last synced: 12 months ago
JSON representation
A no-framework, simple HTML/SASS/Grunt boilerplate.
- Host: GitHub
- URL: https://github.com/ayamflow/simple-boilerplate
- Owner: ayamflow
- Created: 2013-12-05T14:02:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T10:41:49.000Z (over 12 years ago)
- Last Synced: 2025-06-06T03:37:42.978Z (about 1 year ago)
- Language: CSS
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple boilerplate
A simple boilerplate I use for simple sites, tech demos, etc.
When I don't use any JS Framework.
I use Bourbon, Neat, and normalize.scss with a SMACSS approach.
There is both a [Grunt](https://github.com/ayamflow/simple-boilerplate/tree/master) and a [Gulp version](https://github.com/ayamflow/simple-boilerplate/tree/gulp-version).
## Usage
```
git clone https://github.com/ayamflow/simple-boilerplate
npm install
cd sass
bourbon install
neat install
```
and depending on the task runner (grunt or gulp) :
```
[runner] connect
[runner] watch
```
### Changelog
- v0.1.1 Master branch readme directs to the gulp-version
- v0.1.0. Added a gulp-version (branch `gulp-version`)
- v0.0.3. Fixed the styles.scss and readme (usage)
- v0.0.2. Added package.json.
- v0.0.1. Initial commit with file structure.