Skip to content

fatulsyah/laravel-react-router-refetch

 
 

Repository files navigation

Laravel-React

An example app using Laravel 5.3, React, react-router and react-refetch.

UP & RUNNING

  • Clone the repo
  • composer install
  • npm install
  • touch database/database.sqlite
  • cp .env.example .env
  • php artisan key:generate
  • php artisan migrate --seed
  • Once npm dependencies are installed: gulp watch
  • php artisan serve
  • Open your browser to http://localhost:8000

Additional infos

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.9%
  • JavaScript 6.0%
  • Other 1.1%