I need to support multiple entry points in the React App. One of the option to do that is via eject: npm run eject.
npm run eject
Here is an original source I use How