Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Combining Laravel and Create-React-App

How I can combining laravel and create-react-app kit?

I want to change the entry point from root/react/public/index.html, to root/resources/views/index.blade.php, how can I do this without using npm run eject?

Thank you!

like image 259
J.Doe Avatar asked Feb 02 '26 03:02

J.Doe


1 Answers

I know it's a question from two years ago, but in case someone stumbles upon this in search for answers, it is now possible to use Create React App in Laravel: https://github.com/mjsarfatti/create-react-app-laravel/

like image 82
mjsarfatti Avatar answered Feb 04 '26 22:02

mjsarfatti