Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orjdev/create-jd-app
The quickest and most efficient way to start new full stack, type safed Solid web app
https://github.com/orjdev/create-jd-app
jdev solidstart t3 tailwindcss trpc typescript vercel
Last synced: about 2 hours ago
JSON representation
The quickest and most efficient way to start new full stack, type safed Solid web app
- Host: GitHub
- URL: https://github.com/orjdev/create-jd-app
- Owner: OrJDev
- Created: 2022-08-24T00:30:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T17:15:34.000Z (3 months ago)
- Last Synced: 2025-01-23T21:08:35.240Z (about 2 hours ago)
- Topics: jdev, solidstart, t3, tailwindcss, trpc, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 829 KB
- Stars: 677
- Watchers: 10
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Create JD App
Create advanced SolidStart web application within seconds.
## Getting Started
```bash
pnpm create jd-app@latest
```## Base Template
- [Solid Start](https://github.com/solidjs/solid-start)
- [TypeScript](https://github.com/microsoft/TypeScript)
- [Zod](https://github.com/colinhacks/zod)
- [Solid EsLint](https://github.com/solidjs-community/eslint-plugin-solid)## Addons
All addons are optional, you may select some, you may select all and you may select none.
- [Prisma](https://github.com/prisma/prisma)
- [pRPC](https://github.com/solidjs-community/mediakit/tree/main/packages/prpc/solid)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)
- [AuthJS](https://github.com/solidjs-community/mediakit/tree/main/packages/auth)