Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 943 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 943 Bytes

TypeScript Fullstack WebApp Starter

Generated from turborepo, featuring:

Note

This is highly opinionated and may subject to changes. The intuition behind the choices is that I wanted to keep this as stable and orthodox as possible so that I won't need to worry about compatibility issues or breaking changes. It also does not have any UI frameworks or CI in place so that it still maintains some customizability.

.
├── apps
│   ├── server
│   │   ├── prisma
│   │   └── scripts
│   └── web
│       ├── hooks
│       └── pages
└── packages
    ├── eslint-config-custom
    ├── tsconfig
    └── ui