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

https://github.com/vczb/demo-rsc

Minimal demo React Server Components
https://github.com/vczb/demo-rsc

react react-server-components

Last synced: about 2 months ago
JSON representation

Minimal demo React Server Components

Awesome Lists containing this project

README

          

# Demo React Server Components

### Features:

- file based routing

`app/pages//page.tsx`

- server rendering

---

### Get started

1. Clone

2. Install
`npm install`

3. Execute typescript watch mode ( used as a bundler )
`npm run watch`

4. Execute NodeJS server
`npm run start`

5. Open in your browser

- Home: `http://www.localhost:8000/`
- About: `http://www.localhost:8000/about`
- 404: `others`

### License

MIT