RXJS Typescript and Webpack Base project

Because starting to use anything in javascript frontend land is a pain nowadays. Here is a simple base project RxJS, Typescript using webpack as a module bundler.

Useful commands:

Run dev server webpack-dev-server

Watch for asset changes webpack --watch

Install typescript typings tsd install es6-promise

Other

VIM typescript support typescript-vim adds syntax highlight for .ts files. YCM if compiled with typescript installed adds code completion to .ts files.