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.
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.