Skip to content

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

Notifications You must be signed in to change notification settings

asleepace/bun-elysia-react-srr-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published