chemiadel / nextjs-graphql-forum-app

NextJS, Firebase Graphql and Tailwindcss forum app

Home Page:https://nextforum.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

πŸš€ All in one with NextJS, Graphql & Firebase

πŸ“ Written with TypeScript

βš™ Graphql API with Firebase-admin well protected as Backend

πŸ”’ Authentication with Firebase Authentication

πŸ’― Perfect web vital score, <97% mobile, 100% desktop

πŸ’₯ Good SEO, Slugged URLs and Server rendering (Sitemap soon)

🦚 Designed with Tailwindcss

Getting Started

First, run the development server After cloning repo :

#Install package
npm i

#Update .env and run your app
npm run dev
# or
yarn dev

Firebase Config

Update .env

process.env.ANALYZE=

#Firebase-admin
type=
project_id=
private_key_id=
private_key=
client_email=
client_id=
auth_uri=
token_uri=
auth_provider_x509_cert_url=
client_x509_cert_url=

#firebase
NEXT_PUBLIC_apiKey=
NEXT_PUBLIC_authDomain=
NEXT_PUBLIC_projectId=
NEXT_PUBLIC_storageBucket=
NEXT_PUBLIC_messagingSenderId=
NEXT_PUBLIC_appId=

#
URL=http://localhost:3000

Enjoy! 🀘

About

NextJS, Firebase Graphql and Tailwindcss forum app

https://nextforum.vercel.app


Languages

Language:TypeScript 47.9%Language:JavaScript 35.2%Language:SCSS 15.2%Language:CSS 0.9%Language:Less 0.6%Language:Shell 0.2%