sujii / rsc-with-go-graphql

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsc-with-go-graphql

TESTING: ReactServerComponents sync with SpringBoot output GraphQL.

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.

About

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

License:MIT License


Languages

Language:TypeScript 73.5%Language:SCSS 11.7%Language:Makefile 5.5%Language:JavaScript 3.6%Language:Dockerfile 3.0%Language:Shell 2.5%