Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 609 Bytes

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.