These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Things you need to install.
Step by step installation instructions.
- Clone the repository
- To run identityserver4, within the
SimpleCRM.IdentityServer
directory, launch:dotnet run
- Build solution by running within the
SimpleCRM.WebAngular
directory:dotnet build
- Within the
SimpleCRM.WebAngular
directory, launch:dotnet run
- Launch http://localhost:5001/ in your browser