8000 GitHub - klebercabral/typescript-ex: TypeScript example application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

klebercabral/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 83.5%
  • Dockerfile 16.5%
0