Skip to content

tscrond/dropper-frontend

Repository files navigation

dropper

Dropper is a web app that lets you upload your files to the cloud based storage.

This repo holds code for the Front-End Dropper application.

Customize configuration

See Vite Configuration Reference.

Containerized Setup

Build the image:

# go to the root directory of the project (where Dockerfile resides)
docker build -t dropper-frontend . 

Run the image

docker run --rm --name dropper-frontend --network dropper -p 8000:8000 -e BACKEND_ENDPOINT=http://dropper-backend-url:3000 dropper-frontend

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Frontend for Dropper - a simple SaaS for sharing & storing files in the cloud

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages