简体   繁体   中英

How to run npm start without the terminal?

I have a Ether Explorer. I have made a native app of it using "npm-nativefier". The problem is that every time i run the application, i have to start my private "geth" network and "npm-start" in the project directory using CMD to make the application work. running geth is not a problem as of now.

Is there a way so that i don't have to do the npm start? running a script or something like that.

It should start automatically when i run the explorer. Given that my geth is already running.

Thank you in advance!

Maybe you are looking for something like this. auto-launch

I also have no idea what Ether Explorer is, but maybe the above will help.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM