An exemplum (Latin for "example", pl. exempla, exempli gratia = "for example", abbr.: e.g.) an example or model, especially a story told to illustrate a moral point.
This is a template for creating an example of good practice for modern Typescript full stack application. This Exemplum is based on T3 app
Domain logic and validation logic can be shared between the client and server. This common logic is stored in a features folder where code is grouped by domain feature not code type. As long as all the code stored in here are pure functions then its fine to share between client and server
