Learning new languages starting template + accumlated knowledge and notes for later reference.
- nothing is installed at the beginning, add apps/services as needed
- apps = frontend applications
- services = backend applications exposed via APIs accessible by apps
- JS/TS (
apps/web/*) -> react-router v7 + vite - Go (
services/go/*) -> bare go project - Rust (
services/rust/*) -> bare rust project
- add preconditions for installing required compilers
- add
services/python/* - add
services/node/* - add
apps/electron/*