https://github.com/rajasegar/htmx-dropbox
A Dropbox clone in htmx
https://github.com/rajasegar/htmx-dropbox
dropbox htmx
Last synced: about 1 month ago
JSON representation
A Dropbox clone in htmx
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-dropbox
- Owner: rajasegar
- Created: 2021-03-26T05:29:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T04:52:22.000Z (about 4 years ago)
- Last Synced: 2025-02-09T13:11:10.077Z (2 months ago)
- Topics: dropbox, htmx
- Language: Pug
- Homepage: http://htmx-dropbox-dev.us-east-2.elasticbeanstalk.com/
- Size: 536 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-htmx - htmbox - A Dropbox clone in htmx. (Examples by Back-end / Express)
README
# htmbox
A Dropbox clone in [htmx](https://htmx.org) and [Express.js](https://expressjs.com).
[Demo](https://htmbox.herokuapp.com)
## 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`

## Note
There files and folders are not persisted anywhere.## Inspiration
This project is inspired by the [Dropbox Clone](https://github.com/marcoroth/boxdrop) built with StimulusReflex by [Marco Roth](https://github.com/marcoroth)