This document explains how to setup and run this sample to-do.
PHP7.1+ withsqliteextension enabledcomposer1.7+yarn1.9+ ornpm6.1+
- Run
composer install
- Run
php -S localhost:8080 -t public public/index.php - Open your browser on
localhost:8080
- Run
./vendor/bin/phpunit
- Run
cd resources/assets && yarn install - Run
yarn watch - Edit source files
- To compile production version of assets, run
yarn run prod