Skip to content

Website Startup

Alexandru-Sebastian Pop edited this page Dec 14, 2025 · 3 revisions

How Open Website

  1. Download Code
  2. Terminal
    • cd Frontend
    • npm install
    • npm install react-router-dom
    • npm install react-icons --save
      • if Skripts not allowed
        • Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  3. Open start-all.bat



Running project locally (dev)

Start backend in one terminal:

cd Backend
.\gradlew.bat bootRun

Start frontend dev server in another terminal:

cd Frontend
npm install
npm run dev

Vite is configured to proxy /api to the backend running on http://localhost:8080 to avoid CORS issues in development.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.


WebEngineeringProjekt

TIF25A Projekt WebEngineering

766535cd7ab0c567294ae9024af1ed9e2c11b78b

Clone this wiki locally