TypeScript with Webpack

Typescript playground

Development server

Run npm start for a dev server. Navigate to http://localhost:9000/. The app will automatically reload if you change any of the source files.

TypeScript compilation in watch mode

Run tsc --watch for watch in terminal.