Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I deploy a SPA on a Wordpress site?

My question is simple - is it possile to deploy a single page app made with Angular on a Wordpress site, having just an app's code and access to website's admin panel? I haven't found any solution so far. How to do that?

like image 918
exidion Avatar asked Jan 26 '26 00:01

exidion


1 Answers

You could embed your app using an iFrame: https://themegrill.com/blog/wordpress-iframe/

like image 134
Jensdc Avatar answered Jan 27 '26 15:01

Jensdc