An open API service indexing awesome lists of open source software.

https://github.com/ajthinking/laravel-react-redux

Boilerplate for using react with redux in Laravel projects
https://github.com/ajthinking/laravel-react-redux

Last synced: 11 months ago
JSON representation

Boilerplate for using react with redux in Laravel projects

Awesome Lists containing this project

README

          

# 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