Skip to content

akassama/dotnet-htmx-partial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET Core MVC Partials with HTMX Demo

.NET Partials + HTMX

.NET Core MVC Partials with HTMX Demo

Description

This repository serves as a demonstration of integrating .NET Core MVC Partials with HTMX to enhance the interactive and dynamic aspects of web applications. HTMX is a lightweight JavaScript library that allows for seamless communication between the client and server, making it easier to create dynamic and efficient user interfaces.

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/akassama/dotnet-htmx-partial.git
    
  2. Navigate to the project directory:

    cd dotnet-htmx-partial
    
  3. Run the application:

    dotnet run
    

This will start the .NET Core MVC application, and you can access it in your browser at https://localhost:7123.

Usage

Explore the included examples of partial view usage with HTMX. Build upon the examples to create your own dynamic and responsive web pages.

Contributing

Feel free to contribute to the project by submitting issues or pull requests.

See also

License

This project is licensed under the MIT License.

About

A simple project demonstration on how to load partial from a HTMX request

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors