No description
  • TypeScript 91.1%
  • CSS 8.3%
  • JavaScript 0.6%
Find a file
2024-11-21 22:04:36 +00:00
public Init 2024-11-21 21:59:32 +00:00
src Init 2024-11-21 21:59:32 +00:00
.eslintrc.json Init 2024-11-21 21:59:32 +00:00
.gitattributes Initial commit 2024-11-21 21:50:28 +00:00
.gitignore Initial commit 2024-11-21 21:50:28 +00:00
LICENSE Initial commit 2024-11-21 21:50:28 +00:00
next-env.d.ts Init 2024-11-21 21:59:32 +00:00
next.config.ts Init 2024-11-21 21:59:32 +00:00
package-lock.json Init 2024-11-21 21:59:32 +00:00
package.json Init 2024-11-21 21:59:32 +00:00
postcss.config.mjs Init 2024-11-21 21:59:32 +00:00
README.md Update README.md 2024-11-21 22:04:36 +00:00
screenshot.jpg Init 2024-11-21 21:59:32 +00:00
tailwind.config.ts Init 2024-11-21 21:59:32 +00:00
tsconfig.json Init 2024-11-21 21:59:32 +00:00

NextJs 15 Headless WordPress Blog

Headless WordPress blog with Next.js 15 App Router and TypeScript

App Screenshot

Installation Instructions

  1. Create a .env file
    In the root directory of your project, create a new .env file.

  2. Add the following environment variable:

    WORDPRESS_URL="https://yourwebsite.com"
    
    
  3. Install the project: In the root directory of your project, run the following command:

npm install

  1. Run the project locally In the root directory of your project, run the following command:

npm run dev

Now you should be able to visit your project under: localhost:3000


Watch the full YouTube tutorial

Visit My Website

That's all.