# start localhost:3000
npm start
- Run the app without using docker
# Run server.ts
npm run dev
- Run the app using docker
# Include --build to rebuild the container
docker compose up --build
# Run this command below if you're sure that your container is up to date
docker compose up
- Server runs on
localhost:8080
without Docker, or server runs onlocalhost:8090
with Docker