https://github.com/antonreshetov/gulp-mail-design-kit
Gulp Mail Design Kit
https://github.com/antonreshetov/gulp-mail-design-kit
Last synced: about 1 month ago
JSON representation
Gulp Mail Design Kit
- Host: GitHub
- URL: https://github.com/antonreshetov/gulp-mail-design-kit
- Owner: antonreshetov
- Created: 2016-03-24T05:53:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-24T05:55:52.000Z (over 9 years ago)
- Last Synced: 2025-02-22T21:43:33.739Z (8 months ago)
- Language: HTML
- Size: 166 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gulp Mail Design Kit
=============================A StartKit including full setup for GulpJS, Sass, BrowserSync to create valid html mail.

## System Preparation
To use this starter project, you'll need the following things installed on your machine.
1. [NodeJS](http://nodejs.org) - use the installer.
2. [GulpJS](https://github.com/gulpjs/gulp) - `$ npm install -g gulp` (mac users may need sudo)## Local Installation
1. Clone this repo, or download it into a directory and run `npm install` from inside the directory.
## Usage
**development mode**
1. This will give you file watching, browser synchronisation, css inline style, auto-rebuild.
```shell
$ gulp
```