Documentation available at https://dframeframework.com
Clone or download this repo
Run
composer installNext
npm installRun
php -S localhost:3000 -t web/ server.phpand in other terminal tab/window run
npm run watchto start watch js and scss files
Run
npm run prodto create production ready bundles
We use laravel-mix so if you want change something check laravel-mix documentation(https://github.com/JeffreyWay/laravel-mix/tree/master/docs#readme)