This is the sample application for the blog Scaling Signal R Core Web Applications on Kubernetes.
- Build and run the app through visual studio or from the command line using the dotnet cli
- Navigate to the Client App folder and run
npm install
and thennpm start
to run the angular app.
Access the app from the browser using the URL http://localhost:5000
To deploy to a kubernetes cluster without building locally, follow the instructions on the blog.