Skip to content

TimterLaare/tutorial-htmx-aspnetcore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMX For ASP.NET Core Developers Video Guide

This repository holds the sample projects used for my HTMX for ASP.NET Core developer's guide.

Getting Started

To get started, you'll need a minimum of .NET 6 SDK installed on your development machine. You can get the latest SDK from dot.net. While this course uses the latest version of .NET, the patterns and approaches can be adapted to target ASP.NET Core applications as low as .NET 3.1.

This guide uses JetBrains Rider in its videos, and it is highly recommended, but is not required.

Repository Structure

There are two logical solutions in this repository: Exercises and JetSwag Store. And each project exists in two versions: Start and End. For ease of navigating and following along, they are included in a single .NET solution.

You can follow along by beginning with the Start version of a project. For folks interested in seeing the final result, they can look at the End version of a project.

|- Exercises (solution folder)
    |- Exercises.Start
    |- Exercises.End
|- JetSwagStore (solution folder)
    |- JetSwagStore.Start
    |- JetSwagStore.End
    |- JetSwagStore.Shared (EF Core SQLite backend)

Samples

Samples will walk you through common patterns you may use when adopting HTMX. This is similar to Kata work.

Your goal is to make every box return an expected result. From the start, no functionality will be connected.

JetSwag Store

This is a real-world sample, taking a working ASP.NET Core application and enhancing it with HTMX.

Videos

Link to Videos

License

MIT License

About

HTMX & ASP.NET Core Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.6%
  • C# 34.4%
  • JavaScript 26.9%
  • CSS 0.1%