/angular2-minimalist-starter

Angular2 Minimalist Starter

Primary LanguageTypeScriptMIT LicenseMIT

Angular2 Minimalist Starter

Dependency Status devDependency Status Build Status

A starter kit featuring:

  • Router
  • Component
  • Form
  • Dependency Injection
  • HTTP service
  • Observables
  • Core Directives
  • Custom Directives
  • Custom Pipes

Development utilities:

  • Production ready
  • Incremental Compilation for TypeScript files
  • Live-reload when the source-code changes
  • Static analysis linter for TypeScript
  • Static analysis linter for Sass
  • Karma setup
  • Example tests

Goal

Maintain an up-to-date and minimalist project using the very latest version of Angular2, while exposing most of the Angular2's features. Thus anyone can use it as an extremely minimal base to get up and running with Angular2 and TypeScript (using Webpack for assisting with boilerplate).

Quick start

git clone https://github.com/rogerpadilla/angular2-minimalist-starter.git
cd angular2-minimalist-starter
npm install
npm start # then go to http://localhost:8080
Use a TypeScript-aware editor to view/edit the code

Credits

The following projects have served (a lot) as inspiration and help: