Laravel + React Route POC Install composer install cd ui npm install Start Laravel: php artisan serve React Router: cd ui npm run dev Compiler: php artisan app:compile --watch If you want it to run in SPA mode: php artisan app:compile --watch --spa