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

https://github.com/studiochampgauche/reactwp

A boilerplate that help us to create React Single Page Application using headless WordPress.
https://github.com/studiochampgauche/reactwp

boilerplate client-side-rendering gsap headless-wordpress react server-side-data-injection single-page-app webpack

Last synced: 25 days ago
JSON representation

A boilerplate that help us to create React Single Page Application using headless WordPress.

Awesome Lists containing this project

README

          

![ReactWP](https://reactwp.com/github-image/banner-black.jpg)

# Introduction

***Build WordPress like it's 2030.***

ReactWP is a powerful starting point for building WordPress projects.
A solid foundation you can extend in any direction, whether you're crafting something simple or highly complex.

# Installation Guide
1. Clone the repo or [download it directly](https://github.com/studiochampgauche/ReactWP/archive/refs/heads/master.zip);
2. From `src > core`, duplicate the wp-config-sample.php to wp-config.php and setup it;
3. Navigate to the configs directory;
4. Install cores, node modules and build the app with npm `run get:core && npm i --legacy-peer-deps && npm run watch`;
5. Manage your local URL to point to the `dist` directory
6. Setup your backend by adding `/wp-admin` to your url;
7. Start working!

# Useful links

- [Wiki](https://github.com/studiochampgauche/ReactWP/wiki)
- [Website](https://reactwp.com)

# Want to contribute?

Open issues, submit pull requests, or just fork it and build something wild.