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
- Host: GitHub
- URL: https://github.com/tkmru/my-gulp-template
- Owner: tkmru
- Created: 2017-08-04T04:57:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T00:58:10.000Z (about 8 years ago)
- Last Synced: 2025-02-01T16:13:24.294Z (8 months ago)
- Topics: gulp, gulp-template
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```