https://github.com/othytenk/headless-wordpress-reactjs
Simple headless wordpress theme with React.js
https://github.com/othytenk/headless-wordpress-reactjs
headless headless-wordpress javascript react react-hooks react-router reactjs tailwindcss tawilwind wordpress wordpress-api
Last synced: 5 months ago
JSON representation
Simple headless wordpress theme with React.js
- Host: GitHub
- URL: https://github.com/othytenk/headless-wordpress-reactjs
- Owner: OthyTenk
- License: mit
- Created: 2023-11-10T19:14:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T09:59:28.000Z (over 2 years ago)
- Last Synced: 2025-02-15T01:14:13.228Z (about 1 year ago)
- Topics: headless, headless-wordpress, javascript, react, react-hooks, react-router, reactjs, tailwindcss, tawilwind, wordpress, wordpress-api
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 1
- 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 React.js](https://github.com/OthyTenk/headless-wordpress-reactjs).

## Getting Started
Cloning the repository:
```bash
git clone https://github.com/OthyTenk/headless-wordpress-reactjs.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:5173](http://localhost:5173) with your browser to see the result.