This is a simple headless wordpress theme with React.js.
Cloning the repository:
git clone https://github.com/OthyTenk/headless-wordpress-reactjs.git
npm i
# or
yarn
# or
pnpm i
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:5173 with your browser to see the result.