I have a front end app (React js) and Back end (Laravel) server.
I build the front end(Reactapp) using npm run build.now I got the build folder (-->static folder-->css, js,media folder).
I need to add these static folders (CSS, js, media) to the back end (Laravel server) and configure. It means when I start PHP artisan serve my frond-end react app should be rendered.
how can I add static folders to the back end and configure?
