https://github.com/jaxx2104/gulp-sample
frontend sample webserver :sunglasses:
https://github.com/jaxx2104/gulp-sample
Last synced: about 2 months ago
JSON representation
frontend sample webserver :sunglasses:
- Host: GitHub
- URL: https://github.com/jaxx2104/gulp-sample
- Owner: jaxx2104
- Created: 2016-05-24T16:00:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T08:03:34.000Z (almost 9 years ago)
- Last Synced: 2025-07-27T07:30:51.212Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-sample [](https://travis-ci.org/jaxx2104/gulp-sample)
frontend sample webserver
## Description
This webserver live build for Sass and ES6.
## Requirement
- Node.js
## Installation
```shell
$ git clone git@github.com:jaxx2104/node-sample.gi
$ npm run install
```
## Usage
live build start.
```shell
$ gulp
```
## Update
update node.js
```shell
$ sudo npm install -g n
$ sudo n latest
```
update npm global
```shell
$ sudo npm update -g npm
$ sudo npm update -g
$ sudo npm outdated -g
```
update npm local
```shell
$ sudo npm update
$ sudo npm outdated
```