Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/othytenk/headless-wordpress-nextjs
Simple headless wordpress theme with Next.js
https://github.com/othytenk/headless-wordpress-nextjs
headless headless-wordpress javascript nextjs react-hook tailwind tailwindcss wordpress wordpress-api-v2
Last synced: 9 days ago
JSON representation
Simple headless wordpress theme with Next.js
- Host: GitHub
- URL: https://github.com/othytenk/headless-wordpress-nextjs
- Owner: OthyTenk
- Created: 2023-11-10T15:46:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T19:09:15.000Z (about 1 year ago)
- Last Synced: 2023-11-11T16:44:49.778Z (about 1 year ago)
- Topics: headless, headless-wordpress, javascript, nextjs, react-hook, tailwind, tailwindcss, wordpress, wordpress-api-v2
- Language: JavaScript
- Homepage:
- Size: 833 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Screenshot
This is a [simple headless wordpress theme with Next.js](https://github.com/OthyTenk/headless-wordpress-nextjs).
## Getting Started
Cloning the repository:
```bash
git clone https://github.com/OthyTenk/headless-wordpress-nextjs.git
```## Install packages
```bash
npm i
# or
yarn
# or
pnpm i
```## Start the app
Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.