VencaV / cssframework

Bootstrap based, Grunt powered framework with livereload, concat and many helpful tweaks for easier development of HTML/CSS templates
MIT License
0 stars 0 forks source link

HTML & CSS framework Version: 2.6.3 Author: Václav Vracovský (http://vracovsky.cz) Date: June 2015

Requirements


PHP 5.4.0+ http://www.php.net/

nodeJs http://nodejs.org/

Grunt http://gruntjs.com/

Usage


  1. Save pre & post-commit hook: $ ln -s ../../pre-commit.sh .git/hooks/pre-commit $ ln -s ../../post-commit.sh .git/hooks/post-commit

  2. For development, run $ npm install (only for the first time), then run $ grunt

  3. Create templates in "php" folder, write CSS/JS in the "html/project/_ui" folder.

  4. When you're done, run: $ grunt export

  5. All HTML templates and CSS/JS are now ready inside the "html/project" folder.

That's all.