-
Install nodejs (minimum required version 10)
-
Open console from the project root
-
Run the command
cd app
-
Run the command
npm install
-
Create file
.env
inapp
folder
PROXY_PATH='' // http://you_server:port/
-
Run command
npm run dev
-
Open
http://localhost:3000/
in browser