Skip to content

infernojs/inferno-typescript-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript + JSX example (TSX) for Inferno

Overview

Example to get started with Inferno (JSX + typescript) with webpack.

Getting started

Clone this repository locally and then run npm install.

To run the example app, run npm start. View http://localhost:8080 in your browser to see the example.

Setup

Run npm run check to validate all types

Requirements

NodeJS v6+ is required.