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-starter
folder. - Activate the plugin.
- Perform Installation
- Run
npm install
to install node dependency. - Run
npm start
for starting Development code Watch. - Run
npm run build
for building Production code.