Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/catkins/colour-box

Experiments with ES6 using Babel, Browserify and Gulp
https://github.com/catkins/colour-box

Last synced: 19 days ago
JSON representation

Experiments with ES6 using Babel, Browserify and Gulp

Awesome Lists containing this project

README

        

# Colour Box

Experiments with ES6 using Babel, Browserify and Gulp.

### Prerequisites

- NodeJS
- Gulp

```bash
git clone [email protected]/catkins/colour-box.git
cd colour-box
npm install -g gulp
npm install
```

### Building

```bash
gulp build # output all generated assets to ./public
gulp server # fire up a dev server serving the generated assets
gulp watch # will watch local sources for changes, compile where necessary and copy to public

gulp # this will start up dev server with live reload, and compile assets on changes
```