markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.58k stars 1.01k forks source link

Magento page showing instead of Storefront #1142

Closed karthik1987 closed 6 months ago

karthik1987 commented 6 months ago

Hi All, I'm new to this vue storefront and trying to install own my self. I have installed everything successfully and my files are located in DigitalOcean server. After executing "yarn dev" and I got the final output "Listening on: http://localhost:3000/" but when I visit the domain like https://domain.top it's showing only Magento page.

I dont know how to point to run the domain with vue store front? Please help me out.

markshust commented 6 months ago

Since this isn't an issue with this repo, I'll be closing it out, but you would access http://localhost:3000 to see your Vue Storefront instance.