Skip to content

zeevo/next-starter-wordpress-blog

Repository files navigation

Next Starter WordPress Blog

This is a starter project for integrating with WordPress (and WPGraphQL). Use it in conjunction with your own WordPress installation to create great websites.

Note: Remember to have WPGraphQL installed in WordPress

Getting Started

First, create a .env.local file in the root of the project with the following environment variable

WP_GRAPHQL_URL=https://yourwordpress.com/graphql
WP_ADMIN_URL=https://yourwordpress.com/wp-admin

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 pages/index.js. 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

Deploy with Vercel

About

A starter project for Next.js Wordpress-backed Blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published