schoettler / m-tsx

Mithril + JSX + TS Starter kit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mithril + JSX + TypeScript starter

A barebones SPA project starter for the goodness of Mithril with the benefits of JSX & strong typing.

For development

yarn start

(Yes, it has HMR).

For production

yarn build

For linting

yarn lint

About

Mithril + JSX + TS Starter kit.

License:MIT License


Languages

Language:TypeScript 61.9%Language:HTML 38.1%