Host a ReactJS landing page in same codeigniter App - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: Host a ReactJS landing page in same codeigniter App (/showthread.php?tid=91175) |
Host a ReactJS landing page in same codeigniter App - kabeza - 06-27-2024 Hi I'm working with a CodeIgniter application and now need to integrate a landing page into it The landing page is being developed in ReactJS and now I need to host it somewhere inside the codeigniter's folder structure. After this, I must make the ReactJS app the "default view" loading. That landing will have a link to run the CodeIgniter app Any ideas? I guess I could put the ReactJS dist files in the root folder and move the codeigniter app to a subfolder, but what changes would imply doing so? Thanks for any suggestion you may have RE: Host a ReactJS landing page in same codeigniter App - JustJohnQ - 06-27-2024 Search for the topic on this forum and you’ll find suggestions, i.e.: https://forum.codeigniter.com/showthread.php?tid=86843&highlight=Reactjs |