dotnet cli for angular project



Quick and easy way to set you up :)

Run the following from the command line :-

dotnet new angular -o my-new-app


Setting up server side

export ASPNETCORE_Environment=Development

dotnet build

dotnet run


Setting up client side

npm install --save

ng serve


Direct docs is availabe from here 

Comments

Popular posts from this blog

gemini cli getting file not defined error

mongosh install properly

llama cpp running it in google colab