This project is trying to provide a solution for static web development with features blow:
- HTML5 ready. Based on HTML5 Boilerplate
- Layout Engine. (Requirejs text plugin)[https://github.com/requirejs/text]
- Template Engine. (transparency)[https://github.com/leonidas/transparency] ** Limited to use data-bind for template renderring.
- Development and Debugging on source files.
- Deployment on compiled files. ** Compiled SCSS (and CoffeeScript, SourceMap). ** Concatenated and Minified HTML, JS, CSS ** Prograssive images
Choose one of the following options:
git clone
or Download the zip file.npm install
gulp serve
gulp
to build the dist files for production.
TODO
Anyone and everyone is welcome to contribute, use github issues and wiki.