-
Install the .NET SDK.
a) Download .NET SDK and install. You may need to restart your terminal by closing and opening it again.
-
clone the repository to your local by
git clone git@github.com:b-eee/TestInputForm.git -
change directory to the app
cd TestInputForm -
install dependencies
dotnet restore -
start the app
./do.sh start -
stopping the app
Ctrl + c
you can edit the files inside ClientApp/src/app directory. also you may need to install locally nodejs if not installed.