Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mongodben/realm-web-nextjs-ssr-demo


https://github.com/mongodben/realm-web-nextjs-ssr-demo

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# 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:

```sh
npm install
# or
yarn
```

Then, run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Then follow instructions on the webpage.