![Angular 6 for Enterprise:Ready Web Applications](https://wfqqreader-1252317822.image.myqcloud.com/cover/801/36699801/b_36699801.jpg)
上QQ阅读APP看书,第一时间看更新
Running your Angular app
Run your Angular app to check whether it works. During development, you can execute npm start, through the ng serve command; this action will transpile, package, and serve the code on localhost with live-reloading enabled:
- Execute npm start
- Navigate to http://localhost:5000
- You should see a rendered page similar to this:
![](https://epubservercos.yuewen.com/9CD050/19470392701561706/epubprivate/OEBPS/Images/Chapter_29.jpg?sign=1738886892-KTlUQF4ic1MVupTJq8JH7UBSkGrElJ9d-0-597c99b171443c1ae99eac22fae4e659)
Default Angular CLI landing page
- Stop your application by pressing Ctrl + C in the integrated terminal.