Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 410 Bytes

.Net-React-Webstore

Basic .net and react webstore

Steps to run

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