silentworks / templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebApp Templates

These are started templates for creating your web app with various sane defaults. This repo took inspiration from Solid Templates.

Getting started

Svelte + Supabase + DaisyUI + Typescript

npx degit silentworks/templates/svsd project-name
cd project-name
npm install # or pnpm install or yarn install

SvelteKit + Supabase + DaisyUI + Typescript + Zod

npx degit silentworks/templates/sksdz project-name
cd project-name
npm install # or pnpm install or yarn install

About


Languages

Language:CSS 68.1%Language:Svelte 18.6%Language:TypeScript 11.1%Language:JavaScript 1.4%Language:HTML 0.7%Language:Shell 0.2%