server-components-with-container-presentation

Stars
8
Committers
1

This is an example repository to explain "How to test RSC".

Related issues

Getting Started

npm i
npm run db:gen
npm run db:reset
npm run dev

Open http://localhost:3000 with your browser to see the result.

How to run test

npm run db:test:reset
npm test

How to run Storybook

npm run storybook