This is a react demo starter plugin working with WordPress and React together.
- Clone the repository into plugins folder or download the project and place the code in
plugins/react-demo-starterfolder. - Activate the plugin.
- Perform Installation
- Run
npm installto install node dependency. - Run
npm startfor starting Development code Watch. - Run
npm run buildfor building Production code.