woocommerce/packages/js/create-extension/README.md.mustache

21 lines
501 B
Plaintext
Raw Normal View History

# Woo Plugin Setup
A boilerplate for modern WooCommerce development. This project adds a React page to WooCommerce Admin and a corresponding navigation item.
## Getting Started
### Prerequisites
- [NPM](https://www.npmjs.com/)
- [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/)
### Installation and Build
```
npm install
npm build
wp-env start
```
Visit the added page at http://localhost:8888/wp-admin/admin.php?page=wc-admin&path=%2Fexample.