Chris Brooksbank : Coach And Focus Website
The source code for this project is in this public github repo.
Merging in a pull request will automatically build and deploy the website using a github workflow
Single-page application, built with:
- ASP.NET Core and C# for cross-platform server-side code
- Angular and TypeScript for client-side code
- Bootstrap for layout and styling
Set up:
- Client-side navigation. For example, click Fetch Updated Bills then Back to return here.
- Angular CLI integration. In development mode, there's no need to run
ng serve
. It runs in the background automatically, so your client-side resources are dynamically built on demand and the page refreshes when you modify any file. - Efficient production builds. In production mode, development-time features are disabled, and your
dotnet publish
configuration automatically invokesng build
to produce minified, ahead-of-time compiled JavaScript files.
The ClientApp
subdirectory is a standard Angular CLI application. If you open a command prompt in that directory, you can run any ng
command (e.g., ng test
), or use npm
to install extra packages into it.
Recent coach and focus projects
Archived personal / coach and focus