plesk / plesk-ext-sdk

Toolkit for development extensions for Plesk
Apache License 2.0
11 stars 7 forks source link

How to launch the react frontend? #32

Open Fleuv opened 4 years ago

Fleuv commented 4 years ago

Currently the getting started documentation only explains vaguely how to deploy your extension on a Plesk environment. However considering this being quite impractical and time consuming I wonder if there is a possibility to test run the javascript locally like how react-script start does.

I actually tried adding react-scripts, unfortunately I got stuck at the error described here. What seem to occur somewhere in @plesk/ui-library. After not being able to fix this problem I reverted all my changes back again.

ekaragodin commented 4 years ago

Currently, plesk-ext-sdk doesn't support local development. We can add this feature in the future, thanks for the feedback.