Closed cowboyd closed 4 years ago
Current process:
$ yarn start $ cd ../my-app $ PORT=24000 yarn start
MVP process:
$ cd my--app $ yarn bigtest --start-with 'yarn start' --app-url http://localhost:3000
This implies that the orchestrator will be able to
For testing purposes, we'll need to use the example app.
This was completed by #45
Current process:
MVP process:
This implies that the orchestrator will be able to
For testing purposes, we'll need to use the example app.