Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 661 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 661 Bytes

glup-skeleton

what's this?

This repository provide forontend developing environment using glup.js.

Target

Compile: React.js, scss

Watch and livereload: html, css, js, React.js(with Browserify) and scss

Install

cd "your project root"
git clone https://github.com/makinoshi/glup-skeleton.git
npm install

Using

It's provide a default task launch local server, watch each file's change and compile React jsx file or scss file.

gulp

It's provide resipective tasks for html, css, react and scss.

So, you can use as follows

cd "project root"
gulp html
gulp css
gulp react
gulp scss
gulp react
gulp server
gulp watch