Skip to content

Frontend for BlueDrive - a non-existent file hosting service

Notifications You must be signed in to change notification settings

BlueAlien99/blue-drive-front

Repository files navigation

BlueDrive Frontend

BlueDrive_img1.png

Quick start

To start a development server

npm install
npm start

To build and serve the website using Docker (port 8100)

./docker/deploy.sh
./docker/nginx.sh

deploy.sh builds and serves frontend from a docker container on port 8090.

nginx.sh is a container with an nginx server which acts as a proxy to both frontend and backend. You need it so that the frontend can correctly communicate with a backend.

You'll also need to start the backend on port 8095.

Static files will show up in ./public.

About

Frontend for BlueDrive - a non-existent file hosting service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published