# <%= projectName %>

## Project Description

## Documentation

# Commands

### Initialize Project
```
npm run init
```

### Default task with webpack-dashboard and BrowserSync
```
npm run dev
```

### Default task without webpack-dashboard
```
npm run dev
```

### Running every other gulp task
```
npm run gulp $TASK$
```

### Run just Webpack for JavaScript Bundling
```
npm run webpack
```

### Move Images
```
npm run images
```

### Create Favicons from Single Picture under `src/favicons`
```
npm run gulp favicons
```


### Minifies Everything
```
npm run production
```

# External Libraries
- Include Media ([include-media.com](http://include-media.com/)) - Easy Media Queries
- Modularscale Scss ([modularscale.com](http://www.modularscale.com/), [https://github.com/modularscale/modularscale-sass](https://github.com/modularscale/modularscale-sass)) - generate a Modular Scale
- family.scss ([https://github.com/LukyVj/family.scss](https://github.com/LukyVj/family.scss)) - handy mixins managing nth-child
- lazysizes.js ([https://github.com/aFarkas/lazysizes](https://github.com/aFarkas/lazysizes)) - Lazyload Images
- fluid type mixin ([http://www.sassmeister.com/gist/7f22e44ace49b5124eec](http://www.sassmeister.com/gist/7f22e44ace49b5124eec))
- 
