Start an existing project
This document explains how to start an existing project.
- Clone the project
- In DotNet project
- Follow the steps "Prepare the Presentation WebApi" in Prepare the Presentation WebApi
- Follow the steps " Preparation of the Database" in 04 - INFRASTRUCTURE.DATA.md
- In Angular project do
- npm install
- npm start (If your back run in IIS express) or npm run start4iis (If your back run in IIS)