An example app using Laravel 5.7, React, react-router and react-refetch.
- Clone the repo
composer install
npm install && npm run prod
cp .env.example .env
php artisan key:generate
touch database/database.sqlite && php artisan migrate --seed
php artisan serve
- Open your browser to
http://localhost:8000