About this project
This is a base Laravel project with ReactJS frontend and Laravel Sanctum API authentication. You could read more about here.
Installation
After you boot up this project according the official documentation you should install the dependencies:
composer install
npm install
And build the project:
npm run dev
License
The Laravel framework is open-sourced software licensed under the MIT license.