Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajasegar/htmx-dropbox
A Dropbox clone in htmx
https://github.com/rajasegar/htmx-dropbox
dropbox htmx
Last synced: 16 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T04:52:22.000Z (over 3 years ago)
- Last Synced: 2024-10-04T15:43:24.006Z (about 1 month ago)
- Topics: dropbox, htmx
- Language: Pug
- Homepage: http://htmx-dropbox-dev.us-east-2.elasticbeanstalk.com/
- Size: 536 KB
- Stars: 14
- 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`
![htmbox demo gif](htmbox.gif)
## 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)