-
Clone this repository on your
plugin folder
-
Run command
npm i
to install node -
Run command
npm run watch
-
Check the plugin page of your WordPress and activate the plugin
-
Open with an IDE (Vscode, sublime, PhpStorm etc)
-
Change all the
crud_project
to Your-plugin_name -
Change all the
CRUDPROJECT
to YOUR-PLUGINNAME (Upper case) -
Change all the
CrudProject
to Your-PluginName (Upper Camel Case) -
Change all the
Crud_Project
to Your-Plugin_Name