Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaxx2104/gulp-sample

frontend sample webserver :sunglasses:
https://github.com/jaxx2104/gulp-sample

Last synced: about 1 month ago
JSON representation

frontend sample webserver :sunglasses:

Awesome Lists containing this project

README

        

# gulp-sample [![Build Status](https://travis-ci.org/jaxx2104/gulp-sample.svg?branch=master)](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 [email protected]: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
```