Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 312 Bytes

laravel-react-redux

Boilerplate for using react with redux in Laravel projects

Installation

composer install
npm install
npm run dev
# remember to add .env file

A small web page is now available at route "/"

Credits

All code copied from: https://github.com/buckyroberts/React-Redux-Boilerplate