Skip to content

Instantly share code, notes, and snippets.

@avaforvr
Last active August 31, 2020 10:00
Show Gist options
  • Save avaforvr/b9f59fe776115220c5feb19f0077e542 to your computer and use it in GitHub Desktop.
Save avaforvr/b9f59fe776115220c5feb19f0077e542 to your computer and use it in GitHub Desktop.
const childProcess = require('child_process');
childProcess.exec(`start http://localhost:${env.port}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment