Install nodejs (version 20 is recommended)
Open console from the project root
Run the command cd app
Run the command npm install --legacy-peer-deps
or npm ci --legacy-peer-deps
Create file .env
in app
folder
PROXY_PATH='' // http://you_server:port/
Run command npm run dev
Open http://localhost:3000/
in browser