This is sample repository demonstrates how to use React, Webpack, TypeScript and Babel
npm start
npm run build
npm run type-check
And to run in --watch mode:
npm run type-check:watch
A sample setup using React, Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.
TypeScript