- Installing Node
- Installing grunt globally
- Initializing a node app in local
- Installing dev dependencies
- Creating a grunt file
- Configuring a local server (config, loading dependency, registering task)
- Installing grunt-handlebars
- Built-in Block Helpers (if/else, unless, each)
- Installing grunt-watch
- Partials
ng new <project-name>
The --open
flag opens a browser to http://localhost:4200/.
ng serve --open
OlderNewer