Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sakilk130/next-reddit

Reddit with NEXT.JS! (React, SQL, Supabase, StepZen, GraphQL, TypeScript,Tailwind)
https://github.com/sakilk130/next-reddit

apollo-client graphql nextjs react tailwind tailwindcss vercel

Last synced: 11 days ago
JSON representation

Reddit with NEXT.JS! (React, SQL, Supabase, StepZen, GraphQL, TypeScript,Tailwind)

Awesome Lists containing this project

README

        

# Reddit using Next.js and GraphQL

## About

Simple Reddit clone with [Next.js](https://nextjs.org/) and [Apollo GraphQL](https://www.apollographql.com/)

## 1. Getting Started

First clone this repository.

```
git clone https://github.com/sakilk130/next-reddit.git
```

Install dependencies. Make sure you already have [`nodejs`](https://nodejs.org/en/) & [`yarn`](https://yarnpkg.com/) installed in your system.

```
yarn
```

Copy .env.example to .env.local and fill all the values.

```
cp .env.example .env.local
```

Run the development server:

```
yarn dev
```

## Screenshot of the Web App

![](public/images/image.png)

## Built with

- Next.js
- TypeScript
- Apollo GraphQL
- Next Auth
- Supabase (Database Manager)
- StepZen (GraphQl as a service)