/nextjs-basic-template

This is the starter template to build an app with NextJS. It features Header, Body and Footer and also has Next Auth configured with Google provider. Language and theme switcher availabe

Primary LanguageJavaScript

Next.js + Tailwind CSS Example

Run this command after cloning:

yarn

Go to Google Console and create your API Keys. Create a file [.env] in the project directory and add:

GOOGLE_SECRET="YOUR_SECRET_KEY"
GOOGLE_ID="YOUR_SECRET_ID"

Run this command to start the project:

yarn dev