/headless-wordpress-reactjs

Simple headless wordpress theme with React.js

Primary LanguageJavaScriptMIT LicenseMIT

Screenshot

This is a simple headless wordpress theme with React.js.

Screenshot 2023-11-11 at 03 27 19

Getting Started

Cloning the repository:

git clone https://github.com/OthyTenk/headless-wordpress-reactjs.git

Install packages

npm i
# or
yarn
# or
pnpm i

Start the app

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:5173 with your browser to see the result.