Skip to content

neoskop/openfaas-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenFaaS typescript template

OpenFaaS typescript template with easy debugging (thanks to nodemon)

I did not found a good typescript template for OpenFaaS, so I made one.

If you want to launch it in debug mode, set the DEBUG build arg:

    build_args:
      DEBUG: true

This will start nodemon with enabled debugging. I recomment to use Devspace or Okteto, so that you don't have to rebuild on every change.

More information can be found here: https://www.openfaas.com/blog/painless-serverless-development/

About

OpenFaaS typescript with easy debugging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 67.1%
  • Dockerfile 28.7%
  • Shell 4.2%