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