Demonstration of the use of React in WordPress Plugin in 2021.
- Clone the repository into plugins folder or download the project and place the code in
plugins/wp-react-starter-plugin
folder. - Activate the plugin.
- Perform Installation
- Run
npm i
to install node dependency. - Run
npm start
for starting Development code Watch.