Friday, April 17, 2020

How to run HTML file from VSCode?

We can easily run the HTML file by using an extention called Live Server by Ritwick Dey.

Note: To run the file it must be inside a directory or else it wont run.

https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer 

No comments:

Post a Comment

Git Commands

Git Version   To check the git version Git -v       Git Clone To clone the repository, use the following command: Git clone [u...