install dependencies npm install
run npm start
The website will run on http://localhost:3000/
go to service folder cd service
install dependencies pip install -r requirements.txt
start server python app.py
The server will run on http://localhost:5000/
ngrok http --domain=xxx 3000 --host-header="localhost:5000"
install dependencies npm install
run npm start
The website will run on http://localhost:3000/
ngrok http --domain=xxx 3000