Skip to content

asondeneru/servercompoents-with-go-graphql

Repository files navigation

rsc-with-go-graphql

TESTING: ReactServerComponents sync with SpringBoot output GraphQL.

1. Start API

  • Set up the API package by reading the following configuration:
$ cat packages/api/README.md

2. Install packages

$ make install

3. Build NextAPP

$ yarn next setup
$ yarn next build:dev

4. Run NextAPP

$ yarn next start:dev

Now I just test-sketching.