Repository of react + typescript starter.
http://blog.morizotter.com/2016/01/12/react-tutorial-again-with-web-pack/
npm install -g yarn webpack typescrypt
yarn install
(Why I don't use yarn global?) *
and compile with webpack
webpack
open index.html
*yarn global add couse trouble in my PC.
yarn command does not work well...like this.
yarn global add webpack eslint
So I use npm instead of yarn.
npm install -g webpack eslint