rohanray / bun-elysia-react-srr-example

a simple website using Bun, Elysia and React with support for server-side rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

a simple website using Bun, Elysia and React with support for server-side rendering.


Languages

Language:JavaScript 99.8%Language:TypeScript 0.2%