We're going to write super simple React Steaming SSR(Server Side Rendering).
Please follow these steps to get started:
- Clone this repository
git clone https://github.com/mugglim/build-your-own-rsc-framework cd build-your-own-rsc-framework
- Install package
npm install
# The dev server will run on https://localhost:3000 by default
npm run dev
Now you can visit https://localhost:3000 in the browser.
npm run docs:dev