Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.88 KB

File metadata and controls

42 lines (29 loc) · 1.88 KB

Starter Kit for Vite, React, TypeScript & Tailwind

Minimal, sensible defaults, fast.

Read the blog post about this template.

Technologies

Check out the nkzw-tech/server-template for a GraphQL based server with Pothos and Prisma, or the nkzw-tech/expo-app-template for building mobile apps.

Setup

  • Press the "Use this template" button on the top of this repository's GitHub page.
  • Run pnpm install (or npm install if you don't use pnpm).
  • Run pnpm dev:setup.
  • pnpm dev for development.
  • Use pnpm test to run tests.
  • pnpm build for production builds.

Note: You can install pnpm via homebrew on macOS: brew install pnpm.

Protips for the fastest Developer Experience

  • Use npm-run-all2 to parallelize local test runs.
  • Use oxlint for linting and oxfmt for formatting.

I'm not using Better Auth

You can simply remove everything related to Better Auth in the src/user directory.