HanielU / turbo-sk-fastify-trpc-prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turborepo Svelte & Fastify w/trpc & prisma starter

This is an custom made Turborepo starter.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • mobile: a svelte-kit app
  • api: a fastify app with trpc and prisma
  • eslint-config-custom: eslint configurations (includes eslint-plugin-svelte and eslint-config-prettier)

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this example

Run the following command:

npx degit HanielU/turbo-sk-fastify-trpc-prisma turbo-fastify
cd turbo-fastify
yarn
git init . && git add . && git commit -m "Init"

About


Languages

Language:TypeScript 75.8%Language:JavaScript 12.7%Language:Svelte 7.6%Language:HTML 3.8%