Boilerplate Laravel ReactJs authentication for everyone to use.
- JavaScript
- React
- PHP
- Laravel
In the .env file in the backend project, you should use your .env file, not the example one. After that just run php artisan serve.
In the frontend project, you should run firstly npm install. After just run npm run dev.