This template provides a minimal setup to get React working in Vite with ExpressJS backend on Bun.js.
frontend
directorysrc
and public
foldersbackend
directorybun run dev
(acessible through port 5173
) bun run backend
(accessible through port 3000
)bun run server
Website will now be available at http://localhost:3000/