built with the main frameworks: react & MUI
copy .env.localhost or .env.setup to .env
cp .env.setup .env
- in development mode, auto refresh of pages on changes and source-maps are enabled.
- backend api calls are forwarded to the backend via proxy configuration vite.config.ts
run:
cp .env.localhost .env
npm run dev
- it starts the vite application at the port 8081
server
-> http://localhost:8081
run:
cp .env.setup .env
npm run build
- it builds the single page application (dist folder)
- it will be served by the backend, therefore no need to start the frontend separately for production
server
-> started via backend: http://localhost:8080
Admin Section Overview
/admin/overview
e.g. http://
Judging Section
/admin/select-raw-point
or :
http://localhost:8080/judging/start?tournamentName=Team%20SM%202022&id=J1
Tournament Admin
/admin/tournament?admin=true