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

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

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.