Reterics / main-tree

React based general purpose wordpress plugin for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MainTree

MainTree

React based general purpose plugin for Wordpress. Plugin Preview

Getting Started

Use your own package manager to install and test locally with the start npm command.

npm install
npm run build

Copy the installation in your wordpress /wp-content/plugins/ directory and open the Wordpress plugins page:

Activate Plugin

After activation you can open the plugin directly from the left sidebar menu.

Development Notes

main-tree.php is the entry PHP file that initializes the plugin and make sure every asset is loaded.

The entry file for the root React component is /assets/src/admin.tsx

Contribute

There are many ways to contribute to Main Tree.

About

React based general purpose wordpress plugin for development

License:GNU General Public License v3.0


Languages

Language:TypeScript 35.3%Language:PowerShell 25.2%Language:PHP 24.0%Language:CSS 9.7%Language:JavaScript 5.8%