checklist ========= Installation git clone https://github.com/nemone81/checklist PATH/TO/YOUR/APP composer install (to install dependencies) php -S localhost:8080 -t web web/index.php (built-in php5.4 web server) call index_dev.php for dev environment