The Laravel Auth with React by lijujohn13, i'm just using this for base project with Redux.
- Run
composer install
to install php dependencies. - Run
npm install
to install the node packages. - Create a database of your own choice in mysql and configure your db in the
.env
file. - Run
php artisan migrate
to scaffold your db with the required tables for your application. - Run
npm run watch
. - Run php
artisan serve
.