Skip to content

Latest commit

 

History

History

typescript

Typescript

This is a simple example of using webpack babel and typescript with riot.

Run locally

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