Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 440 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 440 Bytes

Hono SPA Application

Hono SPA application with React on Bun.sh

Setup

git clone https://github.com/yoshikouki/hono-spa-react-bun.git
cd hono-spa-react-bun
bun install

Dev

bun run dev

For production

bun run build
rm -rf node_module && bun install --production
bun run serve

WIP

  • Run production server builds in Vite