Skip to content

vladima/ngconf2015demo

This branch is 12 commits ahead of, 25 commits behind microsoft/ngconf2015demo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3ebdc1 · Apr 30, 2015

History

62 Commits
Apr 24, 2015
Apr 24, 2015
Apr 30, 2015
Apr 29, 2015
Apr 29, 2015
Feb 26, 2015
Feb 25, 2015
Apr 30, 2015
Apr 13, 2015
Apr 24, 2015
Apr 24, 2015
Apr 24, 2015

Repository files navigation

build:

node tsc/tsc.js

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

update Visual Studio:

open a powershell command prompt in the ngconf2015demo folder and run one of the below commands/scripts

  • Visual Studio 2013 vs\VSDevMode.ps1 -vsVersion 12 -tsScript tsc\
  • Visual Studio 2015 CTP vs\VSDevMode.ps1 -vsVersion 14 -tsScript tsc\

restart or start visual studio. Under File->Open->Web Site... open the ngconf2015demo folder

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

  • JavaScript 99.9%
  • Other 0.1%