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 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T23:18:31.000Z (about 1 month ago)
- Last Synced: 2024-10-11T18:42:22.570Z (about 1 month ago)
- Topics: jdev, solidstart, t3, tailwindcss, trpc, typescript, vercel
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 666
- Watchers: 12
- Forks: 26
- Open Issues: 1
-
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)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)
- [AuthJS](https://github.com/solidjs-community/mediakit/tree/main/packages/auth)