Skip to content

Basic directory structure to start with laravel server and react redux client application

Notifications You must be signed in to change notification settings

Vishal0203/react-redux-laravel-soup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-laravel-soup

Intention behind this repo is to jump start with developing single page applications using laravel as backend and react-redux and redux-sagas in frontend.

Soup webapp

Setting up the repository

  • Clone the repository.
  • cd to webapp directory.
  • Assuming that npm and nodejs is installed, run "npm install -g yarn"
  • Run yarn install to install the dependencies.
  • Run npm start to run the dev server.

To run the app via laravel

  • Inside webapp directory, run npm run build, theis will create a production build for webapp and place the bundle.js inside laravel applications public folder.
  • cd to server directory.
  • run php artisan serve
  • And your laravel application now hosts reactJS application.

DevTools

####The following chrome plugins will come handy in development.

About

Basic directory structure to start with laravel server and react redux client application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published