All Projects β†’ loq24 β†’ wp-react-typescript

loq24 / wp-react-typescript

Licence: other
πŸ’₯ A React starter app with Headless Wordpress using REST API

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to wp-react-typescript

qroko
WordPress theme for headless CMS
Stars: ✭ 20 (-57.45%)
Mutual labels:  headless-cms, headless-wordpress
Ecommerce Reactjs
Full stack ecommerce online store application
Stars: ✭ 164 (+248.94%)
Mutual labels:  react-bootstrap, react-redux
wp-vercel-deploy-hooks
WordPress Plugin to trigger Vercel deploy hooks on command / update
Stars: ✭ 51 (+8.51%)
Mutual labels:  headless-cms, headless-wordpress
spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
Stars: ✭ 221 (+370.21%)
Mutual labels:  react-redux
react-redux-nextjs-bootstrap-starter
next + react + redux + bootstrap starter
Stars: ✭ 24 (-48.94%)
Mutual labels:  react-bootstrap
ts-react-boilerplate
A very opinionated (React/TypeScript/Redux/etc) frontend boilerplate
Stars: ✭ 43 (-8.51%)
Mutual labels:  react-redux
squidex-identity
Identity Server for Squidex Headless CMS
Stars: ✭ 28 (-40.43%)
Mutual labels:  headless-cms
react-imago3d
WebVr Environment editor
Stars: ✭ 17 (-63.83%)
Mutual labels:  react-redux
spendlogs
SpendLogs - Personal Expense Manager
Stars: ✭ 18 (-61.7%)
Mutual labels:  react-redux
rematch
The Redux Framework
Stars: ✭ 8,340 (+17644.68%)
Mutual labels:  react-redux
react-relay-example
Example project how to use React, Relay and TypeScript
Stars: ✭ 27 (-42.55%)
Mutual labels:  react-bootstrap
promotion-web
基于React: v18.x.x/Webpack: v5.x.x/React Router v6.x.x/ Antd: v5..x.x/Fetch Api/ Typescript: v4.x.x η­‰ζœ€ζ–°η‰ˆζœ¬θΏ›θ‘Œζž„ε»Ί...
Stars: ✭ 374 (+695.74%)
Mutual labels:  react-redux
react-native-boilerplate
A collection of curated and well maintained React Native boilerplates with various possibilities and combinations.
Stars: ✭ 24 (-48.94%)
Mutual labels:  react-redux
easywebpack-react
React Webpack Building Solution, Support React Server Side Render (SSR), Client Side Render (CSR) Building
Stars: ✭ 14 (-70.21%)
Mutual labels:  react-redux
FlexDotnetCMS
A powerful, flexible, decoupled and easy to use and Fully Featured ASP .NET CMS, it can also be used as a Headless CMS
Stars: ✭ 45 (-4.26%)
Mutual labels:  headless-cms
search-music
Search music by Spotify API
Stars: ✭ 16 (-65.96%)
Mutual labels:  react-redux
fetchye
✨ If you know how to use Fetch, you know how to use Fetchye [fetch-yae]. Simple React Hooks, Centralized Cache, Infinitely Extensible.
Stars: ✭ 36 (-23.4%)
Mutual labels:  react-redux
awesome-web-react
πŸš€ Awesome Web Based React πŸš€ Develop online with React!
Stars: ✭ 31 (-34.04%)
Mutual labels:  react-redux
gotoReact-
reactηš„δΈ€δΊ›ζ‘ˆδΎ‹
Stars: ✭ 20 (-57.45%)
Mutual labels:  react-redux
statiq-starter-kontent-lumen
Lumen is a minimal, lightweight, and mobile-first starter for creating blogs using Statiq and Kontent by Kentico.
Stars: ✭ 22 (-53.19%)
Mutual labels:  headless-cms

React starter app with Headless Wordpress

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

wp-react

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 start

The app will open in http://localhost:3000/

Setting up the included Wordpress backend

  1. Everything is preconfigured except for the database. Replace the database credentials in wp-config.php
  2. Activate the plugins that are included in the WP backend
  3. Replace the API configuration found in your /src/constants/index.ts file. Make sure to replace the baseUri value with your WP API's url.

This app is also fully tested. To check the test status run:

yarn test OR npm test

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].