Newbie questions here…
How do I avoid using a subdomain with our landing page/web app. I have a basic react application built off an api connected to AWS lambda functions (my buddy is handling AWS, I’m just doing the react side).
I’ve thought about either building the landing page in WordPress (I build WordPress sites for business on the side) and hosting the react application inside the WP site with the plugin ReactPress.
The other option is to just build the landing page in react. (I don’t love this because I’m more of a designer than Dev, but i will do it if it’s the best option.)
[ad_2]
why don’t you create a folder and build the landing page with wordpress inside ? then the domain-landing page can point to that folder ? am I making sense ??