-
Notifications
You must be signed in to change notification settings - Fork 6.3k
A way to use Coder-server to develop electron app #7091
Unanswered
qq617564112
asked this question in
Q&A
-
I've already set up my code-server and try to use it to develop my electron app.
Now I want to launch electron gui at remote server and use noVNC on browser to debug it
How can I achieve that?
Beta Was this translation helpful? Give feedback.
All reactions
-
😄 1
Replies: 1 comment
-
Here's what I have done:
Install tightvnc, launch vncserver
Install novnc, launch novnc
set export DISPLAY=0:666.0
login novnc and can see desktop
run electron by npm run dev at code-server bash terminal
but the problem is: gui don't shows up at novnc desktop
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment