How to see web app in coder oss

Writing a web app and I want to see my changes on localhost:3000 when I run my app. Basically I need access to a web browser when I am on my ec2 hosted coder workspace.
1 Reply
Atif
Atif3y ago
You may use port forwarding Check coder port-forward --help

Did you find this page helpful?