Tanzeel Mirza

Greenhorn
+ Follow
since Nov 26, 2020
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Tanzeel Mirza

I want to deploy an Angular project. I've separated Server code form the Application code. Server is just an API that runs on port 3000 while the Application is a plain angular application that runs on port 4200 as usual. I want to deploy these two on Microsoft Azure (or some other place) in such a way that I can create build pipelines, release pipelines with CI and CD. But I'm not sure how this whole setup will work. Please guide me in this regard.