Skip to content

Bootstrap based, Grunt powered framework with livereload, concat and many helpful tweaks for easier development of HTML/CSS templates

License

Notifications You must be signed in to change notification settings

VencaV/cssframework

Repository files navigation

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

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

That's all.

About

Bootstrap based, Grunt powered framework with livereload, concat and many helpful tweaks for easier development of HTML/CSS templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published