Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 285 Bytes

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.