/laravel-react

Simple example how use ReactJS in Laravel project

Primary LanguagePHP

Laravel-React

Steps, how use this app

1. Remove the Vue scaffolding and replace it with React scaffolding:

php artisan preset react

2. Install node dependences and run app:

npm install && npm run dev

Documentation