npm install
npm start
./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
.