Skip to content

forcewake/tsc-react-gulp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example to compile React JSX with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published