Awesome
htmx-notes
This is a demo note-taking app using markdown inspired by the React Server Components demo written using htmx and Express.js.
Local development
Clone the git repo, install the dependencies and start the server.
git clone https://github.com/rajasegar/htmx-notes
cd htmx-notes
npm install
npm start
You can view the demo app in action at http://localhost:3000
.