2022-12-06 18:16:40 +00:00
|
|
|
# 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
|
2022-12-20 00:53:59 +00:00
|
|
|
npm run build
|
2022-12-06 18:16:40 +00:00
|
|
|
wp-env start
|
|
|
|
```
|
|
|
|
|
|
|
|
Visit the added page at http://localhost:8888/wp-admin/admin.php?page=wc-admin&path=%2Fexample.
|