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.
- Clone the repository.
cdto webapp directory.- Assuming that npm and nodejs is installed, run "npm install -g yarn"
- Run
yarn installto install the dependencies. - Run
npm startto run the dev server.
- Inside webapp directory, run
npm run build, theis will create a production build for webapp and place thebundle.jsinside laravel applications public folder. cdto server directory.- run
php artisan serve - And your laravel application now hosts reactJS application.
####The following chrome plugins will come handy in development.