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

https://github.com/ivanms1/nextjs-apollo-ssr


https://github.com/ivanms1/nextjs-apollo-ssr

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Next js + GraphQL + TypeScript Setup

## Getting Started

First, 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.

## Learn to create this template [here](https://dev.to/ivanms1/take-your-next-js-graphql-typescript-setup-to-the-next-level-5b0i)