Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 470 Bytes

File metadata and controls

executable file
·
11 lines (7 loc) · 470 Bytes

Getting Started

  1. System.js ile ornek angular2 projesi (Angular 2 Rc1)

  2. fork from https://github.com/johnpapa/angular2-go

  3. uygulamanin ihtiyaci olan paketleri yukler : npm i

  4. TypeScript donusumunu yapar, degisiklikleri takip eder ve ornek bir gelistirme sunucusunu calistirir: npm start (localhost:3000)

  5. TypeScript, global olarak degil proje bazli "dev-dependencies" olarak yuklendi, boylece farkli typescript versiyonlari daha rahat kullanilabilir.