- How to install composer? click here
-
Install composer dependencies:
composer install
-
Run php built-in server:
php -S localhost:port -t public/
-
Run the tests (you should be at the root of the project):
php vendor/bin/phpunit
or this if you want to get a short documentation about the tests
php vendor/bin/phpunit --testdox