Package.json has a 'scripts' section. We should support invoking these commands from the UI.
```
,"scripts": {
"start": "http-server -p 1234"
}
```
```
,"scripts": {
"start": "http-server -p 1234"
}
```