LO
loq24/wp-react-typescript
:boom: A React starter app with Headless Wordpress using REST API
WP React Typescript
A React starter app with Headless Wordpress using REST API
What's included?
- A Wordpress backend that's been preconfigured to support authentication using wp-api-jwt-auth plugin
- Other plugins which expose Custom Fields and WP Menus data via REST API. Which are acf-to-wp-api and wp-rest-api-v2-menus
- A pro version of ACF plugin
- A sample, starter React app that uses
Typescript&react-redux
Demo
๐ Now with Dark mode! https://wp-react-ts.lougiequisel.com/signin
Installation
In order to run this App in your local machine, run the commands below. Make sure yarn or npm is already installed in your computer.
git clone https://github.com/loq24/wp-react-typescript
cd wp-react-typescript
yarn install OR npm install
yarn start OR npm startThe app will open in http://localhost:3000/
Setting up the included Wordpress backend
- Everything is preconfigured except for the database. Replace the database credentials in
wp-config.php - Activate the plugins that are included in the WP backend
- Replace the API configuration found in your
/src/constants/index.tsfile. Make sure to replace thebaseUrivalue with your WP API's url.
This app is also fully tested. To check the test status run:
yarn test OR npm testLicense
MIT
On this page
Languages
PHP64.2%JavaScript23.2%CSS11.7%SCSS0.5%TypeScript0.3%HTML0.0%
Created August 11, 2019
Updated May 3, 2024

