Skip to content

TinTran96/Laravel-React-Redux

Repository files navigation

Laravel Auth with React-Redux

The Laravel Auth with React by lijujohn13, i'm just using this for base project with Redux.

Setup

  1. Run composer install to install php dependencies.
  2. Run npm install to install the node packages.
  3. Create a database of your own choice in mysql and configure your db in the .env file.
  4. Run php artisan migrate to scaffold your db with the required tables for your application.
  5. Run npm run watch.
  6. Run php artisan serve.

About

Laravel with reactjs for frontend and redux state management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published