@aerze not sure if you have specific desire for the existing folder structure. Here some of my thoughts.
Introduce a new file and folder organization structure. Nests both client and server under a src directory. The intent is that all core source code will live under src and if new concepts, e.g. shared, are introduced they'll have a place to live.
Also sets up the structure so that if dist is ignored from the repo a clean structure of; docs & src will remain on a new checkout clearly showing where certain assets belong.
@aerze not sure if you have specific desire for the existing folder structure. Here some of my thoughts.
Introduce a new file and folder organization structure. Nests both client and server under a
src
directory. The intent is that all core source code will live undersrc
and if new concepts, e.g. shared, are introduced they'll have a place to live.Also sets up the structure so that if
dist
is ignored from the repo a clean structure of;docs
&src
will remain on a new checkout clearly showing where certain assets belong.