Preview HTML #3128
Preview HTML
#3128
|
I've played with some extensions but they don't seem to be working on code-server... all I'd like to do is preview HTML. I don't have a node-app and don't need to run a special server... literally just browse an html file who's source I'm editing. Any ideas? |
Answered by
code-asher
Apr 14, 2021
Replies: 3 comments 1 reply
|
This is a great question...I just spent some time googling and haven't seen anything that doesn't require a special server. One idea that comes to mind:
|
0 replies
|
Another possible way is to browse static files using the |
1 reply
Answer selected by
tlianza
|
docker run -p the node start port |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Another possible way is to browse static files using the
/staticendpoint.#1292 (comment)