Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ugogo/hull-dashboard


https://github.com/ugogo/hull-dashboard

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

        

#Hull dashboard

###Demo
http://onaliugo.github.io/hull-dashboard/

###Dev tasks
- **Jade,** for HTML files
- **Sass and Autoprefixer,** for CSS files
- **JSHint,** for JS files
- **Browser-sync,** for generating a local server

-
Generate files, watch them and launch a local server
```
$ gulp
```

-
###Build tasks
- **Minify** HTML/CSS/JS/images files
- **Gh-pages,** for deploying on GitHub Pages

-
Build files
```
$ gulp build
```
-
Deploy
```
$ gulp deploy
```