-
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
ornpm ci --legacy-peer-deps
-
Create file
.env
inapp
folder
PROXY_PATH='' // http://you_server:port/
-
Run command
npm run dev
-
Open
http://localhost:3000/
in browser