https://github.com/ymese/wp-react-boilerplate
Boilerplate for React application in WordPress
https://github.com/ymese/wp-react-boilerplate
boilerplate react wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
Boilerplate for React application in WordPress
- Host: GitHub
- URL: https://github.com/ymese/wp-react-boilerplate
- Owner: ymese
- License: apache-2.0
- Created: 2018-01-20T06:39:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T03:29:03.000Z (about 8 years ago)
- Last Synced: 2025-05-29T16:41:42.773Z (about 1 year ago)
- Topics: boilerplate, react, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-react-boilerplate
Boilerplate for React application in WordPress
# Installation
Clone the repo: `git clone https://github.com/ymese/wp-react-boilerplate my-app`
To get started with fresh history, do this:
1. ```cd my-app```
1. rm -rf .git (or in Windows rmdir .git /S /Q) - Remove Git database
Run `npm install & npm start` and rock with React in WordPress.