-
Start the react applicationI'm new to Wix. I can able to achieve this through the .bat file but to make it easier, I want that start script to be bundled in one application which is used to double click to start the application ( start react web app). If I click the bundle application(Wix build app ) that should install node server, python server if not in the system. and then should run the script to start the node and react application. so
if anyone faced this scenario please let me know how you solved it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
WiX doesn't use issues for support. We moved this issue to the experimental GitHub discussions area. |
Beta Was this translation helpful? Give feedback.
-
First, start by creating an MSI package for your application's files. Then given you're installing multiple platforms (nodejs, python), you'll also want to look at the |
Beta Was this translation helpful? Give feedback.
First, start by creating an MSI package for your application's files. Then given you're installing multiple platforms (nodejs, python), you'll also want to look at the
Bundle
element.