Building an installation script for a single CLI with React Ink and a python core backend

1 week ago 2
ARTICLE AD BOX

I'm looking for a method to seamlessly install an application that has a react interface (or front-end) and a python processing where the communication could be through json-rpc or IPC.

We can do npm install package for the front-end part and a pip install package for the python part. But this can be redundant, and not the best for the user experience.

The best would be a script such as when we install rust. Is there any method or way to have a better way to do this so that the user would just run one command and it installs everything perfectly?

Read Entire Article