To build the application you should install composer and node packages:
composer install
npm installAfter that, you should run the servers to use the application:
npm run devand in another terminal:
php artisan servIf an error appear saying that there is no method called is_admin(),
run the following line:
composer dump-autoload