I wanted to create a web application that does not use ANY PHP frameworks.
- CD into base directory with command-line
composer install
npm install
bower install
grunt
- run
./start-server.sh
- Run unit tests:
vendor/bin/phpunit tests/
orphpunit
if PHPUnit installed globally - Visit http://localhost:8000