Skip to content

ekkolyth/nextjs-bun-redis-convex-turborepo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Bun installed
  • Docker (for Redis)

Setup

# Install dependencies
bun install

# Start development server & redis
make dev

Open http://localhost:3000

Redis Configuration

Defaults to redis://localhost:6379. To override, set REDIS_URL in apps/web/.env.local:

REDIS_URL=redis://localhost:6379

Common Commands

make dev           # Start Redis and dev server
make redis/up      # Start Redis
make redis/down    # Stop Redis
make redis/status  # Check Redis status
make clean/next    # Clear Next.js cache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors