Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hedaukartik/bun-react-ssr-base
- Owner: hedaukartik
- Created: 2024-01-05T10:23:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-24T11:14:40.000Z (11 months ago)
- Last Synced: 2024-02-24T12:27:08.278Z (11 months ago)
- Topics: bun, nextjs, react, ssr
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-