{{theTime}}

Search This Blog

Total Pageviews

How to start Angular JS Application?

Goto the AngularJS project folder and run the command - ng serve --open
        The application will be deployed and server will start on localhost 4200 port

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...