Search code examples
javascriptnode.jsnestjssveltesapper

Is there way to use Nest JS with Sapper (Svelte)?


I've been looking for the past few days, but I haven't found a single sample code or article that discusses how to combine (not separate them as API Service & Frontend Service) Nest JS with Sapper (Svelte). Does anyone have any references in this regard?


Solution

  • I struggled with the same issue and found this template repository on GitHub. I've tested it out and it works pretty well.

    The only "downside" is that it uses Svelte instead of Sapper.