Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/jaxx2104/gulp-sample
- Owner: jaxx2104
- Created: 2016-05-24T16:00:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T08:03:34.000Z (about 8 years ago)
- Last Synced: 2024-11-11T06:15:08.972Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```