Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

vytautashi/SimpleCRM

Repository files navigation

SimpleCRM

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Things you need to install.

Installation

Step by step installation instructions.

  1. Clone the repository
  2. To run identityserver4, within the SimpleCRM.IdentityServer directory, launch:
    dotnet run
    
  3. Build solution by running within the SimpleCRM.WebAngular directory:
    dotnet build
    
  4. Within the SimpleCRM.WebAngular directory, launch:
    dotnet run
    
  5. Launch http://localhost:5001/ in your browser