Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/catkins/colour-box
- Owner: catkins
- Created: 2015-07-03T12:04:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T10:15:18.000Z (over 9 years ago)
- Last Synced: 2024-10-19T22:02:43.984Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 publicgulp # this will start up dev server with live reload, and compile assets on changes
```