| name | Payload with Next.js Starter | |||
|---|---|---|---|---|
| slug | cms-payload | |||
| description | Next.js app with Payload, all in one repo. | |||
| framework | Next.js | |||
| useCase |
|
|||
| css | CSS Modules | |||
| deployUrl | https://vercel.com/new/git/external?repository-url=https://github.com/vercel/examples/tree/main/starter/cms-payload&project-name=cms-payload&repository-name=cms-payload | |||
| demoUrl | https://nextjs-vercel.payloadcms.com | |||
| relatedTemplates |
|
This example shows how to utilize @payloadcms/next-payload to deploy Payload serverless, in the same repo alongside of a Next.js app.
https://cms-payload.vercel.app
Deploy the example using Vercel:
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example cms-payload cms-payload-appyarn create next-app --example cms-payload cms-payload-apppnpm create next-app --example cms-payload cms-payload-appDeploy it to the cloud with Vercel (Documentation).
Fill out the same environment variables that are shown in the .env.example with your own values, and then you're good to go!
To develop with this package locally, make sure you have the following required software:
- MongoDB
- Node + NPM / Yarn
- An S3 bucket to store media (optional)
Follow the steps below to spin up a local dev environment:
- Clone the repo
- Run
yarnornpm install - Run
cp .env.example .envand fill out all ENV variables as shown - Run
yarn devto start up the dev server
From there, you can visit your admin panel via navigating to http://localhost:3000/admin. Go ahead and start working!