Skip to content

rajasegar/htmx-dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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