Angular 2.0.0-alpha.27 + d3 + TypeScript 1.5.0-beta
TypeScript 1.5 beta will include everything you need. Until that is released, we use a GitHub reference to the latest alpha.
$ npm install -g typescript@^1.5.0-beta
$ tsc -w
message TS6042: Compilation complete. Watching for file changes.
We have good experience using these editors:
From the directory that contains index.html:
npm install -g serve # Or sudo npm install -g serve
serve # Creates a server at localhost:3000
# In a browser, visit localhost:3000