- Hands-On Full Stack Web Development with Angular 6 and Laravel 5
- Fernando Monteiro
- 217字
- 2021-07-23 19:18:54
Running the sample application
Now that we have started our project, we will run the built-in Angular CLI server to see how our application looks:
- Open VS Code in the project root to the chapter03 folder.
- For this example, we will use the integrated Terminal for the code; for this, click on the top menu in view, and then click Integrated Terminal.
- Type the following command in the Terminal:
npm start
You will see a message similar to the following:
** NG Live Development Server is listening on localhost:4200, open
your
browser on http://localhost:4200/ **
Date: xxxx
Hash: xxxx
Time: 16943ms
chunk {inline} inline.bundle.js (inline) 3.85 kB [entry] [rendered]
chunk {main} main.bundle.js (main) 20.8 kB [initial] [rendered]
chunk {polyfills} polyfills.bundle.js (polyfills) 549 kB [initial]
[rendered]
chunk {styles} styles.bundle.js (styles) 41.5 kB [initial]
[rendered]
chunk {vendor} vendor.bundle.js (vendor) 8.45 MB [initial]
[rendered]
- Behind the scenes, the Angular CLI will use the webpack module manager. Later in this book, you will see how to export and customize the webpack file.
- Now, go to http://localhost:4200 and check the result; you will see the welcome page from the boilerplate application that we created previously. You can find the code behind this page at src/app/app.component.html – it's our template.
Now, it's time to add a new module to our application.
推薦閱讀
- EJB 3.1從入門到精通
- 物聯網智慧安監技術
- Building E-commerce Sites with VirtueMart Cookbook
- 光網絡評估及案例分析
- 新一代物聯網架構技術:分層算力網絡
- 大話社交網絡
- Spring 5.0 Projects
- 異構蜂窩網絡關鍵理論與技術
- 園區網絡架構與技術
- 5G非正交多址接入技術:理論、算法與實現
- Professional Scala
- 信息技術安全評估準則:源流、方法與實踐
- React Design Patterns and Best Practices(Second Edition)
- Microservices Development Cookbook
- 網絡互聯技術(理論篇)