Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 757 Bytes

File metadata and controls

27 lines (17 loc) · 757 Bytes

learning .net core

Welcome to the dotnet-letscode repository

Purpose

Learning asp.net core

Requirements

Run UI

  1. Open VS Code
  2. Open Workspace in folder /client
  3. Open Terminal > New Terminal
  4. In terminal window run command npm install and wait until it the command completes
  5. In terminal window run ng serve -o. This will compile the angular app and open your browser

Open Visual Studio

  1. Open before solution in the folder before-dotnet.letscode
  2. Have fun :)