| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Headless WordPress blog with Next.js 15 App Router and TypeScript
Create a .env file
In the root directory of your project, create a new .env file.
Add the following environment variable:
WORDPRESS_URL="https://yourwebsite.com"
Install the official WordPress GraphQl Plugin:
Official GraphQl Plugin
Install the project: In the root directory of your project, run the following command:
npm install
npm run dev
Now you should be able to visit your project under: localhost:3000
Watch the full YouTube tutorial
That's all.
| Back | FazBrowse Home | New Git URL |