denoland / dnt

Deno to npm package build tool.
MIT License
1.25k stars 38 forks source link

transform project instead of just lib #276

Open elycheikhsmail opened 1 year ago

elycheikhsmail commented 1 year ago

now deno support for npm is good enough, is possible to use dnt to write restapi web using expressjs, and other npm lib and running all using deno in dev then transform it in node project ready for production that we can deploy it using docker, render.com or other plateform.

elycheikhsmail commented 1 year ago

It seems that already possible but need some more docs how to do