-
Notifications
You must be signed in to change notification settings - Fork 3
Contributing
Craig Shoemaker edited this page Oct 15, 2020
·
3 revisions
- Clone the repository
- Make a copy of local.settings.example.json and name the file local.settings.json and add the appropriate connection string and key values.
- In the api folder, run
npm i
to install dependencies - In the ui folder, run
npm i
to install dependencies
- Open the api and ui projects in different instances of Visual Studio Code.
- Start the api functions app by starting a debugging session
- Once the api project is launched, start the ui project by running
npm run serve
- Run the app in your browser at http://localhost:8080