Laravel + React + Redux + Tailwindcss - User Registration and Login Tutorial & Example
You can install this project with composer and yarn
$ composer install
$ yarn install
$ cp .env.example .env
$ php artisan key:generate
$ php artisan jwt:secret
$ yarn prod
$ yarn watch