1. Getting Started - Gluzberg/cart-client GitHub Wiki

Content


Prerequisites

  • .NET Core 2.x

Clone

  • Clone this repository:

    git clone https://github.com/Gluzberg/cart-client.git
    

Build

  • Navigate to the directory of cloned repository and enter:

    dotnet build   
    

Run Demo

  • Navigate to the directory of cloned repository.

    • To run the Console Demo, please enter:

      cd CartClient.Demo
      dotnet run
      
    • To run the Web Application Demo, please enter:

      cd CartClient.Demo.Web
      dotnet run
      
    • For further demo usage details please see: