/htmx-demo

Jala University Talk

Primary LanguageC#

Personal htmx playground.

Requires NET 8 and Node 20.

If you're familiar with DevContainers with VS Code, environment is provisioned.

Test htmx-demo

Run:

$ cd src/webapi
$ dotnet watch

Navigate routes.

Test htmx-demo with a React SPA (In progress)

Follow previous instructions. Then run:

$ cd src/webapi
$ npm install
$ npm start