Site d'une page développé sur le microframework Silex et Twig comme moteur de template.
- CSS : Utilisation de LESS et The Semantic Grid System pour la mise en page et la mise en forme.
- HTML : Basé sur H5BP
- The recommended way to install Silex is through composer. Just create a
composer.json
file and run thephp composer.phar install
command to install it:
{
"minimum-stability": "dev",
"require": {
"silex/silex": "1.0.*"
}
}
To run the test suite, you need composer and PHPUnit.
$ php composer.phar install --dev
$ phpunit