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? |
Beta Was this translation helpful? Give feedback.
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:
|
Beta Was this translation helpful? Give feedback.
-
Another possible way is to browse static files using the |
Beta Was this translation helpful? Give feedback.
-
docker run -p the node start port |
Beta Was this translation helpful? Give feedback.
Another possible way is to browse static files using the
/static
endpoint.#1292 (comment)