![]() |
Integrate React template with Codeigniter Project - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Integrate React template with Codeigniter Project (/showthread.php?tid=77058) |
Integrate React template with Codeigniter Project - nafeeur10 - 07-16-2020 I have purchased a Solution from Codecanyon of Codeigniter. It's for Admin Panel. That's nice. I don't need to edit it. I also buy a React Theme for Ecommerce. Now, I want to get data from API to React. How will I setup my Folder? What will be the roadmap? I don't want to know how to call API. How will I tempting this React Theme. It has used React CLI. Now, I have configured that, while you enter the localhost:8080 then it will show `welcom_message.php` page. Please help me in advance. Thanks RE: Integrate React template with Codeigniter Project - jreklund - 07-16-2020 You need to contact the author of the Admin Panel, for a documentation on what API request that are available. Personally I would keep these project separate; One server (Admin Panel) and client (React Theme). |