Code for my personal website and blog.
This will run both back and front end with hotswapping enabled. Both services will run on their default ports.
Frontend: http://localhost:8080/ Backend: http://localhost:1337
nvm use v15.14.0
./dev.shdocker-compose upProduction images are built using:
docker build ./backend/. --tag dd-backend:latest
docker build ./frontend/. --tag dd-frontend:lates