Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinyao27/xystack-starter
https://github.com/xinyao27/xystack-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xinyao27/xystack-starter
- Owner: xinyao27
- License: mit
- Created: 2024-10-15T10:29:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:44:06.000Z (2 months ago)
- Last Synced: 2024-10-18T20:24:00.695Z (2 months ago)
- Language: TypeScript
- Size: 560 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# xystack-starter
## About
It uses [Turborepo](https://turborepo.org) and contains:
```text
.github
└─ workflows
└─ CI with pnpm cache setup
.vscode
└─ Recommended extensions and settings for VSCode users
apps
└─ web
├─ NextJS 15
├─ React 19
├─ Tailwind CSS
└─ E2E Typesafe API Server & Client
packages
├─ api
| └─ Hono router definition
├─ auth
| └─ Authentication using lucia.
├─ db
| └─ Typesafe db calls using Drizzle & Cloudflare D1
└─ ui
└─ Start of a UI package for the webapp using shadcn-ui
tooling
├─ eslint
| └─ shared, fine-grained, eslint presets
├─ prettier
| └─ shared prettier configuration
├─ tailwind
| └─ shared tailwind configuration
└─ typescript
└─ shared tsconfig you can extend from
```