Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 643 Bytes

htmbox

A Dropbox clone in htmx and Express.js.

Demo

Local Development

Clone this repo, install dependencies and start the serverf

git clone https://github.com/rajasegar/htmx-dropbox
cd htmx-dropbox
npm install
npm start

You can view the app in action at http://localhost:3000

htmbox demo gif

Note

There files and folders are not persisted anywhere.

Inspiration

This project is inspired by the Dropbox Clone built with StimulusReflex by Marco Roth