Skip to content

cstoneham/c3-starter

Repository files navigation

C3 Starter

A TypeScript monorepo built with Bun.

Project Structure

rainmaker/
├── api/           # Backend API service
├── ui/            # Frontend UI service
├── package.json   # Root workspace configuration
└── tsconfig.json  # Shared TypeScript configuration

Getting Started

Make sure you have Bun installed.

Install dependencies

bun install

Development

Run both UI and API in development mode:

bun dev

Or run them separately:

# Run just the API
bun dev:api

# Run just the UI
bun dev:ui

Building

Build both projects:

bun build

Or build them separately:

# Build just the API
bun build:api

# Build just the UI
bun build:ui

Accessing the Applications

About

Vite + Hono + tRPC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors