Skip to content

yoshikouki/hono-spa-react-bun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • CSS 1.5%