Skip to content

OthyTenk/headless-wordpress-nextjs

Repository files navigation

Screenshot

This is a simple headless wordpress theme with Next.js.

Screenshot 2023-11-11 at 00 17 08

Getting Started

Cloning the repository:

git clone https://github.com/OthyTenk/headless-wordpress-nextjs.git

Install packages

npm i
# or
yarn
# or
pnpm i

Start the app

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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