TypeScript で書いた React のデモ
テキストフォームに入力した名前を表示する Hello World。
https://maechabin.github.io/typescript-react-demo/
$ git clone git@github.com:maechabin/typescript-react-demo.git typescript-react-demo
$ cd typescript-react-demo
$ npm install
$ open ./index.html
$ npm run build
$ npm run watch
$ npm run server
$ open ./index.html