Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 193 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 193 Bytes

jsx-demo

Overview

A demo project for showing off JSX in TypeScript

Install dependencies

npm install

Compile

npm run build

Start http server

npm start