Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infernojs/inferno-typescript-example
An example of using TypeScript with Inferno
https://github.com/infernojs/inferno-typescript-example
Last synced: 4 days ago
JSON representation
An example of using TypeScript with Inferno
- Host: GitHub
- URL: https://github.com/infernojs/inferno-typescript-example
- Owner: infernojs
- Created: 2016-08-10T19:26:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T19:01:32.000Z (11 months ago)
- Last Synced: 2024-08-02T22:27:06.078Z (3 months ago)
- Language: TypeScript
- Size: 77.1 KB
- Stars: 64
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.