How can add React JS into existing project Please anyone working like this project

My project is build in the PHP frame work .I need to develop front-end in the React JS,
So how can setup all this thing in my project. Please suggest steps.

Note : I don’t want to disturb all my project. simply change in my front end.

Hello!

We cannot tell you how to do that since you’re the one that knows how your project is built. We can do even less if you don’t provide an example of how your project is structured.

The most basic way is to create a folder on your project (the react production folder) and serve that through your back end project.

Hope it helps.

ok, thanks i will be try this.