Skip to content

Instantly share code, notes, and snippets.

  • 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

Angular

CLI Commands

Create new project

ng new <project-name>

Launch Application

The --open flag opens a browser to http://localhost:4200/.

ng serve --open