An example app using Laravel 5.7, React, react-router and react-refetch.
- Clone the repo
composer installnpm install && npm run prodcp .env.example .envphp artisan key:generatetouch database/database.sqlite && php artisan migrate --seedphp artisan serve- Open your browser to
http://localhost:8000