Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 397 Bytes

File metadata and controls

12 lines (7 loc) · 397 Bytes

TypeScript Example

This example demos a basic host/remote application with TypeScript.

Note: App1 contains app2.d.ts file to inform TypeScript that "app/Button2" is a valid import.

Running Demo

Run yarn start. This will build and serve both app1 and app2 on ports 3001 and 3002 respectively.