Basic .net and react webstore
1 . Clone repo via git clone or download ZIP
2 . Navigate to 'client' folder in the CLI, install NPM libraries, and then run frontend when installation finished
cd client
npm i
npm start
3 . In a seperate terminal window navigate back to the API folder, run with dotnet
cd ../API
dotnet run