Skip to content

soareseds/typescript-ex

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.6%
  • Dockerfile 17.4%