https://github.com/nirtamir2/solid-start-starter
SolidJS project starter template with TypeScript, ESLint, TailwindCSS, tRPC and Prisma
https://github.com/nirtamir2/solid-start-starter
solid solid-start solidjs template
Last synced: 6 months ago
JSON representation
SolidJS project starter template with TypeScript, ESLint, TailwindCSS, tRPC and Prisma
- Host: GitHub
- URL: https://github.com/nirtamir2/solid-start-starter
- Owner: nirtamir2
- License: mit
- Created: 2022-11-07T20:14:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T17:49:12.000Z (over 2 years ago)
- Last Synced: 2025-04-08T19:18:37.087Z (10 months ago)
- Topics: solid, solid-start, solidjs, template
- Language: TypeScript
- Homepage: https://solid-start-starter.vercel.app
- Size: 940 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solid Start Starter
[](https://pnpm.io/)
It's a minimal opinionated solid-start starter that includes:
- [SolidStart](https://github.com/solidjs/solid-start)
- [Prisma](https://github.com/prisma/prisma)
- [tRPC](https://github.com/trpc/trpc)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)
- Deployment to [Vercel](https://vercel.com/)
- [pnpm](https://pnpm.io/) package manager
- [vite-plugin-solid-svg](https://github.com/jfgodoy/vite-plugin-solid-svg) for loading svg files as components
- [solid-devtools](https://github.com/thetarnav/solid-devtools) integration for webstorm (you can change to `targetIDE` to `vscode`)
- ESLint configured for solid-start
- Prettier configuration
- Pre-commit hooks with husky and lint-staged
### Environment Variables
- `ENABLE_VC_BUILD` set to `1` .
- Prisma: `DATABASE_URL` set to your `database url`.
## Similar projects
- [Create JD App](https://github.com/OrJDev/create-jd-app)
- [solid.new](https://github.com/solidjs-community/solid.new)