Skip to content

each commit shows step-by-step how to convert a nodejs express service to typescript

Notifications You must be signed in to change notification settings

stevejhiggs/convertNodeServiceToTypescript

Repository files navigation

Convert node express based service from from javascript to typescript

Shows a simple http server powered by express with a few routes and tests. Master contains the typescript version and js-version contains its pure javascript equivilent.

Both versions can be ran by running yarn followed by yarn start

If you want to fully compile the typescript version to a production-ready javascript build you can run yarn build to build it into the "lib" directory and start:precompiled to run this built version.

About

each commit shows step-by-step how to convert a nodejs express service to typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published