Welcome to the Next.js Starter Pack documentation. This package is designed to help you quickly set up a Next.js project with essential features like authentication, UI components, and more.
The Next.js Starter Pack is a boilerplate that includes a complete setup for a modern web application. It integrates authentication, UI components, theme management, and database ORM, allowing you to kickstart your project without hassle.
npx @devwizz/create-next-js my-app
cd my-app
.env
file:DATABASE_URL
GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET
NEXTAUTH_SECRET
npm install
npm run dev
Ensure that you have the required environment variables set up in your .env
file. This is crucial for the authentication and database connection to work properly.
You can find more details on how to obtain your Google Client ID and Secret from the Google Developer Console.
Once your project is set up and running, you can start building your application. Refer to the documentation of each included package for detailed usage instructions and examples.