Issue
Can anyone please help me on running someone's code that I downloaded from Github in Visual Studio code
Solution
You can directly run angular's github project without download it on Stackblitz
just replace github url with stackblitz url :
replace https://github.com/ with https://stackblitz.com/github/
Example :-
GitHub url : https://github.com/onecompileman/angular-stateside
replace with : https://stackblitz.com/github/onecompileman/angular-stateside
Or Run github downloaded angular project from your computer.
Note : You must have nodeJS and angular-cli installed into your computer.
GO into your downloaded folder.
and Open command prompt. and write command : npm install
after complete it. write ng serve --open.
and your project automatically open in your browser.
Answered By - Shashikant Devani
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.