tsc-react-gulp-example icon indicating copy to clipboard operation
tsc-react-gulp-example copied to clipboard

Example to compile React JSX with TypeScript

tsc-react-gulp-example

Example to compile React JSX with TypeScript

Build

npm install
gulp bundle

The above task creates dist/bundle.js.

Run

cd dist
npm install -g http-server
http-server -p 3000

And go to localhost:3000/index.html in your browser.