server-components-mdx-demo

This is a demo of React server components with MDX to show that they can work together.

Build

Clone this repo, cd into it, make sure you’re using Node 12+, and then:

npm i --legacy-peer-deps
npm run build

Run

Then start an HTTP server in build/.

npx serve build/

License

MIT