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.
Run yarn start
. This will build and serve both app1
and app2
on ports 3001 and 3002 respectively.