Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

Simple headless wordpress theme with React.js

Awesome Lists containing this project

README

        

## Screenshot

This is a [simple headless wordpress theme with React.js](https://github.com/OthyTenk/headless-wordpress-reactjs).

Screenshot 2023-11-11 at 03 27 19

## 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.