yarn installyarn dev
yarn installyarn buildyarn start -H 0.0.0.0
The server runs at http://localhost:5000 in both cases, but you can add the -p <PORT> argument to change it.
cp .env.example .env- Configure the API URL to where the API is running.
The 
API_URLpoints to the running Python API. By default, this ishttp://localhost:5000as show in.env.example