An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Solid Start Starter

# Solid Start Starter

[![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](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)