/typescript-ex

TypeScript example application

Primary LanguageTypeScriptApache License 2.0Apache-2.0

typescript-ex

Is a "hello world" application written on TypeScript. To build and start, run:

npm install
npm run build

Run the application with:

npm run start

And then curl 127.0.0.1:8080.

The application serves a crude front page with Shipwright's logo from ./assets/images/shipwright-logo.png, which must be included before the application starts.