Hi. I'm alex and quite new to deno/typescript. Thank you for the quite big documenation it is a quite good starting point I have created a upload module for caddy server ( https://github.com/git001/caddyv2-upload/) and try to "port/migrate/redevelop" this in typescript. Sorry for the long first post, but I'm not sure if this is the right forum, if not please redirect me to the right one . As you may have seen I have a test upload question already asked on gh ( https://github.com/denoland/deno/discussions/20983) which was answerd and I was able to make a upload via curl. Now to start a more useable programm I have some newbie questions an hope to get here some answers or pointers from which I can start to learn.
Is there a "best practice" document for Projects which have some frontend/backend code? What I have in mind is such a directory structure βββ backend βββ common β βββ validators βββ frontend βββ static βββ tests