- Microsoft .NET Core SDK Version 2.0 or higher
- Most recent version of Node.js and npm
- Run the command
dotnet restore
in the root of the BountyApi folder. - Run the command
npm install
in the root of the bounty-store-client folder. - To run the API, run the the command
dotnet run
on the BountyApi folder. Ensure that it is being served on port 5000 (the client will look for this). - To run the client, run the command
npm run dev
on the bounty-store-client folder.