Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sakilk130/next-reddit
- Owner: sakilk130
- Created: 2022-08-27T16:31:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T04:56:38.000Z (over 2 years ago)
- Last Synced: 2024-11-08T06:11:46.679Z (2 months ago)
- Topics: apollo-client, graphql, nextjs, react, tailwind, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://next-reddit-eta.vercel.app/
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)