Run cmd_web_start.cmd to start backend server with port 8000
- Run
npm installto install dependencies. - Run
composer install. - Run
php artisan serve --port 8080to start artisan server with port 8080. - Run
npm run watchto run webpack mix. - Go to
http://localhost:8080to check.