Home

Awesome

React-Redux-Laravel#

Boilerplate blog application for a Laravel JWT Backend and a React/Redux Front-End with Bootstrap 4.

screenshot

##Installation

Laravel

$ composer update
$ php artisan migrate 

Install Front-End Requirements

$ cd client-app
$ npm install

Run Back-End

$ php artisan serve

Run Front-End

$ cd client-app
$ npm start