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

https://github.com/tkmru/my-gulp-template

gulp template for sass and liveReload
https://github.com/tkmru/my-gulp-template

gulp gulp-template

Last synced: 7 months ago
JSON representation

gulp template for sass and liveReload

Awesome Lists containing this project

README

          

# my gulp template
my Gulp task template for web develop with sass

## Requirements

- Node.js
- Gulp.js

## Quickstart

```
$ git clone https://github.com/tkmru/my-gulp-template.git my-project
$ cd my-project
$ npm install
```

## How to Use

start LiveReload

```
npm run livereload
```

compile Sass

```
npm run sass
```

auto Sass compile & LiveReload

```
npm run watch
```