development
pwt-final-countdown
this repo holds sawce for PWT .netcore mvc project final-countdown
how to run this
run the following commands from the solution folder
on the first run, restore stuff
dotnet restore
build and run
dotnet build && dotnet run
errors
if you get a weird long error about not being able to listen bind a port, make sure nothing else is listening on the port this thing is trying to bind (tcp/5000).
if something else is already listening, solve it by killing it before running dotnet run or change the app port in Properties/launchSettings.json
Description
Languages
HTML
56.2%
C#
34%
Makefile
4.9%
CSS
2.5%
Dockerfile
1.6%
Other
0.8%