tsc-react-gulp-exampleExample to compile React JSX with TypeScriptBuildnpm install gulp bundleThe above task creates dist/bundle.js.Runcd dist npm install -g http-server http-server -p 3000And go to localhost:3000/index.html in your browser.