SoftServedWeb-com / dev-thing

An opensource local WP but for node JS frameworks
https://devthing.softservedweb.com/
GNU General Public License v3.0
6 stars 4 forks source link

No Open Site Button Found, Manual Browser Navigation Required for Localhost:3000 #4

Open aswnss-m opened 1 month ago

aswnss-m commented 1 month ago

I encountered an issue where there is no button to directly open the site from the app when running the project. After starting the project, it runs on localhost:3000 as expected, but the app does not provide a button to open the site directly. Additionally, clicking the link displayed in the terminal window within the app does not automatically open the browser, so I had to manually enter the address into the browser to access the site. Having a button within the app to open the site would improve the user experience.

Steps to Reproduce:

  1. Run the project from the app.
  2. Observe that the project runs on localhost:3000.
  3. Try to find a button in the app to open the site directly (there isn't one).
  4. Click the link shown in the terminal window within the app (the browser does not open).
  5. Manually open the browser and go to localhost:3000.

Expected Behavior:

Actual Behavior:

Possible Solution:

Environment: