Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.51 KB

Bun, Elysia & React SSR Example

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

Getting Started

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

Helpful Resources

If you have any additional questions feel free to reach out to me on Twitter or dropping me an email at colin@asleepace.com :)