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.
- Host: GitHub
- URL: https://github.com/studiochampgauche/reactwp
- Owner: studiochampgauche
- License: mit
- Created: 2023-01-28T10:50:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T01:45:03.000Z (over 1 year ago)
- Last Synced: 2024-11-18T02:39:57.491Z (over 1 year ago)
- Topics: boilerplate, client-side-rendering, gsap, headless-wordpress, react, server-side-data-injection, single-page-app, webpack
- Language: PHP
- Homepage:
- Size: 14 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

# 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.