Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

run dotnet core app

# run the application and update automatically after changes
dotnet watch run
Comment

create a dotnet core web app

dotnet new webapp -o aspnetcoreapp
cd aspnetcoreapp
dotnet watch run --urls "http://*:80;https://*:443"
Comment

PREVIOUS NEXT
Code Example
Shell :: install i18next-browser-languagedetector 
Shell :: installing mate desktop on ubuntu 18.04 
Shell :: install prettier globaly 
Shell :: vim terminal scrollback 
Shell :: top git commands 
Shell :: apt-get install certbot 
Shell :: how to find empty folders linux 
Shell :: yarn add install all packages in package,json 
Shell :: ubuntu times new roman font 
Shell :: cd /usr/local/bin/composer 
Shell :: see file size linux 
Shell :: find linux with extension 
Shell :: how do i clone a specific branch in git 
Shell :: git push origin master 
Shell :: git fatal pack has bad object at offset 
Shell :: git diff between local and remote branch 
Shell :: git checkout tag 
Shell :: mac update path permanently 
Shell :: ubuntu ram type 
Shell :: rename python3 to python 
Shell :: how to open current terminal directory in file explorer 
Shell :: check nativescript version 
Shell :: open pdf command line linux 
Shell :: install docker compose in linux 
Shell :: httpd https 
Shell :: *** WARNING : deprecated key derivation used 
Shell :: git change commit author 
Shell :: how to run eslint on the whole project 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: how to update kali linux 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =