mongodben / realm-web-nextjs-ssr-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realm Web <> Next.js SSR Demo

This repo contains a demo using the Realm Web SDK, Next.js, and Atlas App Services GraphQL API to do server-side rendering with Next.js.

Getting Started

Install the dependencies:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

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

Then follow instructions on the webpage.

About


Languages

Language:TypeScript 49.5%Language:CSS 47.6%Language:JavaScript 2.9%