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
- Host: GitHub
- URL: https://github.com/ajthinking/laravel-react-redux
- Owner: ajthinking
- Created: 2017-12-21T17:11:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T17:24:11.000Z (over 8 years ago)
- Last Synced: 2025-06-11T16:44:31.010Z (about 1 year ago)
- Language: PHP
- Size: 621 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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