Preconfigured front-end devstack to the absolute perfection... like the HTML5 Boilerplate on steroids. Fully automated to save your precious time. Ready for any type of web project.
Handlebars | Semantic templates |
Stylus | Expressive, dynamic and robust CSS preprocessor |
Browserify | JavaScript bundling with require() in the browser |
BrowserSync | Time-saving synchronised browser testing |
Grunt | Automated build tasks |
Bower | Package manager for the web |
Requirements: Node.js
npm install
- the one command to rule them all
- Installation of node modules (specified in package.json, mainly for Grunt build)
- Installation of bower packages (specified in bower.json)
- Production build (specified in Grunt default task)
In case of NPM network problems try EU mirror: npm --registry http://registry.npmjs.eu/ install
npm run-script build
- for project production buildnpm start
- start of development work which builds project with DEV settings and then watches for file change
How to make it work with XYZ PHP/Ruby/... framework?
Just move all files to project document_root directory and run commands from there. Done!
Copyright 2011-2014 by Clevis s.r.o. Code released under the MIT license.