/reactive-lumen

Laravel Lumen and React Boilerplate

Primary LanguagePHPMIT LicenseMIT

Reactive Lumen

This project is under active developement. Please keep in mind that this is not best practice, its just me trying to get stuff organised for basic api driven projects. Reactive Lumen is an combination of the Laravel Lumen and React which provides some boilerplate code to get your api-driven application based on Laravel Lumen and React up and running.

See also

https://lumen.laravel.com

https://reactjs.org/

Installation

Load the dependencies using composer and npm and you are ready to go. To compile your jsx inside the frontend folder you simply run npm run build or npm run watch if you want to compile it on the fly.