Run Instructions

To run the API, use Visual Studio to run the web project first.

To run the Vue app locally first run:

npm i

Then to kick off the dev server run:

npm run dev

For running the ui-tests, first run:

npm i

Then to run Cucumber:

npm run test