This document explains how to setup and run this sample to-do.
PHP
7.1+ withsqlite
extension enabledcomposer
1.7+yarn
1.9+ ornpm
6.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