From 8e57aee79cc0c08a5582829e8a87b6b63fb0f8f8 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 27 Aug 2015 19:55:10 -0500 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0529a1f41..6a61d708d1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Ionic 2 is the next generation of [Ionic](http://ionicframework.com/), the open- Ionic 2 is based on the new 2.x version of AngularJS, and comes with many significant performance, usability, and feature improvements. +[Ionic 2 Starter](https://github.com/driftyco/ionic2-starter) + ### Current Angular 2 known issues: @@ -14,6 +16,14 @@ Ionic 2 is based on the new 2.x version of AngularJS, and comes with many signif - As Angular 2 reaches beta there will be significant performance improvements +### ES6/Typescript + +- Ionic's source is written using [Typescript](http://www.typescriptlang.org/) +- Ionic apps can be written in ES6 +- Typescript is an optional feature to be used at the developers discretion +- Ionic 2 starters come with the necessary build tools to transpile ES6/Typescript + + ### CSS Attribute Selectors: - Simple @@ -23,7 +33,7 @@ Ionic 2 is based on the new 2.x version of AngularJS, and comes with many signif - No performance impacts have been found -### Starter Project +### Ionic 2 Starter Project [https://github.com/driftyco/ionic2-starter](https://github.com/driftyco/ionic2-starter)