-
Notifications
You must be signed in to change notification settings - Fork 29
/
README.txt
41 lines (29 loc) · 1.59 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=== WP React Plugin Boilerplate ===
Contributors: codersantosh
Donate link: https://www.acmeit.org/
Tags: options, settings, react components, gutenberg block core editor
Requires at least: 5.5
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WP React Plugin Boilerplate - WordPress Setting via React and Rest API
== Description ==
Add WordPress Setting via React and Rest API.
Easily Create WordPress Plugin Setting or
Add Setting While You are Doing Customization of Theme and Plugin.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/wp-react-plugin-boilerplate` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
== Development Process ==
Follow the following steps to install this starter boilerplate plugin:
1. Navigate to plugin files `/wp-content/plugins/wp-react-plugin-boilerplate`, open command app.
2. Run `npm install` command to install npm dependencies, wait sometimes to complete it.
3. Run `npm run start` command to initialize development of React JS, Development can be done any time. Use it in the development environment.
4. Run `npm run build` command to finalize the development and ready for production. The command creates production files. After building the production file move it to the production level.
== React JS Source ==
Navigate to plugin files `/wp-content/plugins/wp-react-plugin-boilerplate/src` and start adding features
== Changelog ==
= 1.0.0 =
* Initial Release