Chapter 0
We're gonna learn how to bootstrap an Angular app using the Angular CLI toolchain.
You need to have node installed on your machine.
| Section | Contents |
|---|---|
| 1.0 | Creating a new project |
| 1.1 | Looking at the config files |
| 1.2 | Inspecting index.html |
| 1.3 | Inspecting the app module |
By the end, you should have a project skeleton set up without doing any coding.