A companion plugin for the How to use WordPress React components for plugin pages article.
The build files are not included in the repository.
To build the assets, you have to install the dependencies and run the build script. You can do this by running the following commands:
npm install
npm run buildFor convenience, a wp-env config is provided, so you can start a local environment with the plugin installed and activated, just by running:
npx wp-env start