Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 550 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 550 Bytes

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