const open = require("open"); const runScript = require("./run-npm-script"); runScript("server", () => { open("http://localhost:8020"); });