Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 410 Bytes

WP React Starter Plugin

Demonstration of the use of React in WordPress Plugin in 2021.

Installation

  1. Clone the repository into plugins folder or download the project and place the code in plugins/wp-react-starter-plugin folder.
  2. Activate the plugin.

Development

  1. Perform Installation
  2. Run npm i to install node dependency.
  3. Run npm start for starting Development code Watch.