James is a JavaScript Developer, Speaker, and Teacher with a passion for teaching developers through content. He is a full-time Technical Content Creator with years of experience in Software Developme
If using online visual studio, how can we preview in browser. Offline we can use open with live server...
What i mean is coding with the online vscode and at the same time see the result in the browser.
Actually I found a solution. Added SFTP to the online VS workspace and saves the files on save to my dev server. That way i can check my code in realtime.
But i assume that there is an easier way for doiing this ...
Hey, I am making a replit kind of website for a react playground, how to have a preview window inside my coding playground just like replit or code sandbox?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
And how does this work with the browser version?
I'm not sure what you mean?
If using online visual studio, how can we preview in browser. Offline we can use open with live server...
What i mean is coding with the online vscode and at the same time see the result in the browser.
Actually I found a solution. Added SFTP to the online VS workspace and saves the files on save to my dev server. That way i can check my code in realtime.
But i assume that there is an easier way for doiing this ...
Hi, sounds great.
Possible to have a chat and discuss in detail about your creation for this?
Hey, I am making a replit kind of website for a react playground, how to have a preview window inside my coding playground just like replit or code sandbox?