This is a simple example of using webpack babel and typescript with riot.
Download or clone this repo.
Install packages.
$ npm install
And then run the server using webpack-dev-server
or any possible way you know
$ npm start
Compile the source code enabling the type check
$ npm run build
- Open http://localhost:3000/
- Open http://localhost:3000/webpack-dev-server/ for dev server with hot reloading.