Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 565 Bytes

htmx-notes

This is a demo note-taking app using markdown inspired by the React Server Components demo written using htmx and Express.js.

Demo

htmx notes demo

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.