Building and Running an Angular project.
What is Angular (Part 2)
5 min readNov 4, 2019
How it works… | How to start…
If you haven’t covered Part — 1 of this series, I recommend you to check this link → What Angular is? | Part — 1
How about running an Angular Project?
To load our application in a web server 👉 open command prompt or terminal & enter 👇
ng serve
Live development server listening on localhost port → 4200
Look👇 It generated bundles ( main.bundle.js & so on.. ) Javascript and CSS files ( styles.bundle.js )
Open Chrome and enter http://localhost:4200/
Output👇 This is our first Angular App 👏👏