-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi @younes-dro
We need a clear and concise video demo to guide users on how to install and use the WordPress Plugin ReactJS. The video should showcase the following steps:
1. Introduction:
Briefly explain the purpose and features of the plugin.
2. Requirements:
Demonstrate how to install prerequisites like Webpack and Node.js globally.
3. Installation:
Show cloning the repository into the WordPress wp-content/plugins directory.
Explain how to run npm install to install dependencies.
4. Development Workflow:
Demonstrate using npm run dev to generate the development bundle.
Show how to use npm run watch for auto-rebuilding during development.
5. Production Workflow:
Run npm run build to create the optimized production bundle in the dist directory.
5. WordPress Integration:
Activate the plugin in the WordPress dashboard.
Navigate to Tools -> WP Plugin React and showcase the React component rendering.
6. Troubleshooting:
Briefly mention common issues like PowerShell execution policies and how to resolve them.
6. Conclusion:
Wrap up with key points and encourage users to contribute or provide feedback.