Skip to content

bdylanwalker/ngconf2015demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install:

npm install

Note: This demo uses SystemJS and es6-module-loader to transpile typescript files in the browser. It also uses a pre-release drop of TypeScript 1.5.2 from mhegazy/typescript#v1.5-beta2

run:

  • install http-server package via
npm install -g http-server 
  • run server (if port 8080 it taken, pick any port that is free)
http-server -p 8080

install typings (required for design time typechecking in editors)

npm install tsd -g
tsd reinstall
tsd rebundle

update Visual Studio:

Install TypeScript 1.5 or later releases:

update Sublime Text:

If you are using Package Control for Sublime Text, simply install the TypeScript package.

Alternatively, you can clone the repo directly.

About

TodoMVC application demo for ng-conf 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.0%
  • HTML 22.6%
  • PowerShell 19.0%
  • TypeScript 13.4%