Skip to content

An enterprise website frontend that can show how to build large websites on a design system, at scale

Notifications You must be signed in to change notification settings

payloadcms/enterprise-website

Repository files navigation

This is a Next.js project bootstrapped with create-next-app that fetches data from Payload CMS using GraphQL.

This repo is made for an episode of Learn With Jason which includes a live, hands-on demo — follow along directly with the episode here.

Getting Started

Payload CMS

First you'll need a running CMS. If you have not done so already, clone the CMS repo and follow the setup instructions. Take note of your server URL, you'll need this in the next step.

Next.js App

First, get your environment setup:

  1. First copy the example .env file as your own:
      cp .env.example .env
  2. Then open the .env file and paste your Payload server URL:
      NEXT_PUBLIC_CMS_URL=http://localhost:8000

First, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying the documents within your CMS.

Learn More

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

You can check out the Payload CMS GitHub repository as well as 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 Payload CMS deployment documentaton or the Next.js deployment documentation for more details.

About

An enterprise website frontend that can show how to build large websites on a design system, at scale

Resources

Stars

Watchers

Forks

Releases

No releases published