An example app using Laravel 5.3, React, react-router and react-refetch.
- Clone the repo
composer installnpm installtouch database/database.sqlitecp .env.example .envphp artisan key:generatephp artisan migrate --seed- Once npm dependencies are installed:
gulp watch php artisan serve- Open your browser to
http://localhost:8000
This is using an older version of Elixir, as I prefer LiveReload over BrowserSync. You can change it if you wish to, but don't forget to adapt the gulpfile.