work-sestym/frontend
2026-02-28 20:58:17 +01:00
..
src Version 1.0.0 2026-02-28 20:58:17 +01:00
.dockerignore Version 1.0.0 2026-02-28 20:58:17 +01:00
.DS_Store Version 1.0.0 2026-02-28 20:58:17 +01:00
.env.local Version 1.0.0 2026-02-28 20:58:17 +01:00
.eslintrc.json Version 1.0.0 2026-02-28 20:58:17 +01:00
components.json Version 1.0.0 2026-02-28 20:58:17 +01:00
Dockerfile Version 1.0.0 2026-02-28 20:58:17 +01:00
next-env.d.ts Version 1.0.0 2026-02-28 20:58:17 +01:00
next.config.mjs Version 1.0.0 2026-02-28 20:58:17 +01:00
package.json Version 1.0.0 2026-02-28 20:58:17 +01:00
postcss.config.js Version 1.0.0 2026-02-28 20:58:17 +01:00
README.md Version 1.0.0 2026-02-28 20:58:17 +01:00
tailwind.config.ts Version 1.0.0 2026-02-28 20:58:17 +01:00
tsconfig.json Version 1.0.0 2026-02-28 20:58:17 +01:00

Frontend

Local development

npm install
npm run dev

Frontend runs on http://localhost:3001.

.env.local must include:

BACKEND_URL=http://localhost:3000/api

Docker compose (from project root)

make build
make up

Frontend container listens on port 3001 and uses BACKEND_URL=http://backend:3000/api from root compose.