https://github.com/miryangjung/nrr
Next.js + Relay + ReScript
https://github.com/miryangjung/nrr
nextjs relay relay-modern rescript rescript-bindings rescript-lang rescript-react
Last synced: 2 months ago
JSON representation
Next.js + Relay + ReScript
- Host: GitHub
- URL: https://github.com/miryangjung/nrr
- Owner: MiryangJung
- Created: 2022-07-25T12:57:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T11:14:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T05:34:23.482Z (4 months ago)
- Topics: nextjs, relay, relay-modern, rescript, rescript-bindings, rescript-lang, rescript-react
- Language: ReScript
- Homepage: https://miryang.dev/blog/try-nextjs-relay-rescript
- Size: 729 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nrr
(Next.js + ReScript + Relay)
> [Article about this repo - Try Next.js(SSR) + Relay + ReScript 해보기](https://miryang.dev/blog/try-nextjs-relay-rescript)
GraphQL server run `localhost:4000`
```shell
npm install -g graphql-client-example-server && graphql-client-example-server
```clone repo and run `localhost:3000`
```shell
yarn
yarn dev
```