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

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.

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.