Repo on 'Setting up Laravel and React.js the right way (Using user authentication)' article
- Clone the repo
git clone https://github.com/000kelvin/laravel-react-authentication.git
- Enter the project folder
cd laravel-react-authentication
- Install javascript dependencies and packages
npm install
- Run migrations
php artisan migrate
- Install Passport
php artisan passport:install