Marquesledivan / typescript-ex

TypeScript example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

TypeScript example application

License:Apache License 2.0


Languages

Language:TypeScript 83.5%Language:Dockerfile 16.5%