Welcome to the dotnet-letscode repository
Learning asp.net core
- VSCode (https://code.visualstudio.com/download) or Visual Studio (https://visualstudio.microsoft.com/vs/community/)
- Install dotnet core sdk (https://dotnet.microsoft.com/download/dotnet-core/current)
- Install node lts (https://nodejs.org/en/download/)
- Open VS Code
- Open Workspace in folder /client
- Open Terminal > New Terminal
- In terminal window run command
npm install
and wait until it the command completes - In terminal window run
ng serve -o
. This will compile the angular app and open your browser
- Open before solution in the folder before-dotnet.letscode
- Have fun :)