Artificer
Sharing a library between deno and frontend
Hey all, I've got a Deno server/api application setup, and now that I'm going to build the frontend, it'd be nice to split out a
common
library for the 2 projects to share, does anyone have any recomendations on how to do this? I'm trying to keep dependencies minimal, so I'd prefer to not have to add anything outside deno, and maybe Vite for the frontend app.
Any help would be appreciated!3 replies