Skip to content

utopyin/xmas-wishlist-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmas-wishlist-2025

This project was created with Better-T-Stack, a modern TypeScript stack that combines React, TanStack Start, Self, and more.

Features

  • TypeScript - For type safety and improved developer experience
  • TanStack Start - SSR framework with TanStack Router
  • TailwindCSS - Utility-first CSS for rapid UI development
  • shadcn/ui - Reusable UI components
  • Drizzle - TypeScript-first ORM
  • SQLite/Turso - Database engine
  • Turborepo - Optimized monorepo build system

Getting Started

First, install the dependencies:

bun install

Database Setup

This project uses SQLite with Drizzle ORM.

  1. Start the local SQLite database:
cd packages/db && bun run db:local
  1. Update your .env file in the apps/web directory with the appropriate connection details if needed.

  2. Apply the schema to your database:

bun run db:push

Then, run the development server:

bun run dev

Open http://localhost:3001 in your browser to see your fullstack application.

Project Structure

xmas-wishlist-2025/
├── apps/
│   └── web/         # Fullstack application (React + TanStack Start)
├── packages/
│   ├── api/         # API layer / business logic

Available Scripts

  • bun run dev: Start all applications in development mode
  • bun run build: Build all applications
  • bun run check-types: Check TypeScript types across all apps
  • bun run db:push: Push schema changes to database
  • bun run db:studio: Open database studio UI
  • cd packages/db && bun run db:local: Start the local SQLite database

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published