Skip to content

A Complete NextJS Skeleton with next-auth, js-cookie, react-query, react-hook-form, yup, jotai, headlessui/react, Tailwind-CSS and with all the necessary configurations to start a project.

License

Notifications You must be signed in to change notification settings

SharfShiplo/simple-next-skeleton

Repository files navigation

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

Getting Started

First, Clone this repo, cd into correct directory then command:

yarn 
#or 
npm install 

to install all dependencies then add a '.env' file in the root directory of this project. And fill the following environment variables with proper value:

NEXT_PUBLIC_REST_API_ENDPOINT='http:https://localhost/'#For development 'http:https://localhost', For production this should be your Api end-point
NEXT_PUBLIC_NEXTAUTH_URL='http:https://localhost:3000'#For development 'http:https://localhost:3000', For production this should be 'yourdomain.com'
NEXT_PUBLIC_SITE_URL='http:https://localhost:3000'#For development 'http:https://localhost:3000', For production this should be 'yourdomain.com'
#For Social Authentication
GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET=YOUR_GOOGLE_CLIENT_SECRET
SECRET=YOUR_SECRET_KEY

Then run the development server:

npm run dev
# or
yarn dev

Open http:https://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A Complete NextJS Skeleton with next-auth, js-cookie, react-query, react-hook-form, yup, jotai, headlessui/react, Tailwind-CSS and with all the necessary configurations to start a project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published