Documents

node version -> 14.2.0

install angular cli using

npm install -g @angular/cli

clone the code. git clone https://github.com/coolgourav147/hello-world-angular.git

run below command npm install

then

ng serve --host 0.0.0.0

now you can access your application no

http://server_ip:4200/