Skip to content

SuperNiceDev/snd-nextjs-app

Repository files navigation

snd-nextjs-app

Welcome to SuperNice Dev Next.js app.

This is a Next.js app boilerplate that uses snd-react-lib and snd-strapi-cms for remote data and local mock data as fallback.

Best option is to use it with snd-nextjs-app-monorepo

Feel free to use, fork, improve or share. You are also welcome to raise questions and issues. The code is still work in progress, but constantly improved. The plan is to add one new item every few days.

Main Technologies

Setup

yarn
NEXT_PUBLIC_CMS_DOMAIN=http://localhost:1337
NEXT_PUBLIC_CMS_API_URL=http://localhost:1337/api
NEXT_PUBLIC_CMS_API_GRAPHQL_URL=http://localhost:1337/graphql

NEXTAUTH_URL=http://localhost:3000/
NEXTAUTH_SECRET=...

NEXTAUTH_GOOGLE_CLIENT_ID=...
NEXTAUTH_GOOGLE_CLIENT_SECRET=...

NEXTAUTH_LINKEDIN_CLIENT_ID=...
NEXTAUTH_LINKEDIN_CLIENT_SECRET=...
  • run dev:
yarn dev

Releases

No releases published

Packages

No packages published

Languages