/rsc-with-go-graphql

React/Next - rsc-sync-with-go-graphql-jwt-api

Primary LanguageTypeScriptMIT LicenseMIT

rsc-with-go-graphql

TESTING: ReactServerComponents sync with SpringBoot output GraphQL.

DUPLICATED!

This project moved to https://github.com/asondeneru/servercompoents-with-go-graphql.

It may not be updated here in the future.

Please follow our new repository.

1. Update Submodule API

$ git submodule update --remote --merge

2. Start API

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

3. Install packages

$ make install

4. Build NextAPP

$ yarn next setup
$ yarn next build:dev

5. Run NextAPP

$ yarn next start:dev

Now I just test-sketching.