Repo for MVP2 of Team DASH's ECE496 Capstone Project.
- Clone the repo.
- Open two terminals, one for the back-end and one for the front-end.
- First, for the back-end terminal:
- Change directory to
\src\api\ - Follow the instructions in the
README.mdfile in this directory
- Change directory to
- For the front-end terminal:
- Change directory to
\src\front-end\ - Do
npm install - Run
npm run devto launch the front-end.
- Change directory to