Skip to content

victorkurauchi/angular2-minimalist-starter

 
 

Repository files navigation

Angular2 Minimalist Starter

A starter kit featuring:

  • Router
  • Component
  • Dependence Injection
  • Core Directives
  • Custom Directives
  • Forms

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 Gulp for assisting with boilerplate).

Note: Angular 2.0 is not production ready yet! This seed project is perfect for playing around with the latest versions but do not start new (production intended) projects with it yet since a lot of new changes are going to be introduced until the framework is officially released.

Quick start

# 1. Clone / Download the repo.
$ npm start # 2.
# 3. Open your browser and go to http://localhost:8080

Tested on

  • Node.js 0.12.4+
  • Chrome browser 43+
  • Firefox 38+

Use a TypeScript-aware editor for view or edit the code.

Credits

The following projects have served as inspiration and help:

About

Angular2 Minimalist Starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.0%
  • JavaScript 35.1%
  • HTML 14.6%
  • CSS 0.3%