A simple website using Bun, Elysia and React with support for server-side rendering.
- Bun the JS/TS bundler, runtime & package manager
- Elysia a web framework for building performant web applications
- React a JavaScript library for building user interfaces
Makr sure you have Bun installed
curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL
The run the following to download the project and install the required dependencies:
git clone https://github.com/asleepace/bun-elysia-react-srr-example.git
cd bun-elysia-react-srr-example
bun install
To start the project in development mode, simply run the following:
bun run dev
If you have any additional questions feel free to reach out to me on Twitter or dropping me an email at colin@asleepace.com :)