Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 670 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 670 Bytes

ng2-heroes

Angular 2 heroes sample project with a mini application of Hereos of the Storm heroes.

What does it have?

  • gulp
  • sass
  • systemjs
  • angular2
  • routing
  • redux using @ngrx
  • structure
    • sass theming
    • per feature structure
  • sexy styling ;)

Dojo App

What it doesn't have?

Structure is not entirely polished for production e.g. no bundling

Getting started

Install

npm install

// create symbolic link in `wwwroot` to point to `node_modules`

Build

gulp build

Run/watch

gulp watch