Skip to content

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