Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hedaukartik/bun-react-ssr-base

Server side rendering React App tooled with Bun template
https://github.com/hedaukartik/bun-react-ssr-base

bun nextjs react ssr

Last synced: 1 day ago
JSON representation

Server side rendering React App tooled with Bun template

Awesome Lists containing this project

README

        

# bun-react-ssr-base

## You need `bun` installed in your system for this template:

```bash
curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL
```

### To use this template to start new react client side rendering project from scratch:

```bash
bun create https://github.com/hedaukartik/bun-react-ssr-base name-of-your-project
```

### To install dependencies:

```bash
bun install
```

### To run:

```bash
bun dev
```

This project was created using `bun init` in bun v1.0.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

### node_modules after first working react app-

image