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
- Host: GitHub
- URL: https://github.com/vczb/demo-rsc
- Owner: vczb
- Created: 2024-06-01T15:42:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T21:26:16.000Z (about 2 years ago)
- Last Synced: 2026-03-19T07:49:12.341Z (3 months ago)
- Topics: react, react-server-components
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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