Skip to content

This is for creating a blank bun from mine thing ig for frontend and backend

Notifications You must be signed in to change notification settings

Ghost9841/create-ghost-bun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@technest/create-ghost-bun

Hey, I just published a boilerplate to help you spin up a Bun + TypeScript + Fullstack project in seconds

Prerequisites

Create a new project

npx @technest/create-ghost-bun my-app

(replace "my-app" with your project name)

After setup

Frontend only

cd my-app/packages/client && bun install cd my-app/packages/client && bun run dev

Backend only

cd my-app/packages/server && bun install cd my-app/packages/server && bun run dev

Both frontend & backend together in root folder (my-app)

bun i && bun run dev

What you get

  • Bun for fast installs & dev server
  • React + Vite frontend
  • TypeScript everywhere
  • Clean server setup
  • Ready-to-use scripts

Try it out & share feedback! This is just v1 — I’d love to know what features you want added next.

About

This is for creating a blank bun from mine thing ig for frontend and backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published