Officehour Branch

Run with script

git checkout origin/officehour

cd Ice_Quef

chmod +x run.sh

./run.sh <*YourNgrokURL>*

Then you are good to go

Update Backend Hostname

  1. You can use ./run.sh <*YourNgrokURL>*

    After run this command, config.json file will automatically created. And if the config.json file is already there, server → hostname will update to the new one.

  2. Directly change in the config.json file. Replace your URL after server → hostname

Run with npm

If backend hostname is already set in the config.json file, then you are all set for configeration.

cd Ice_Quef

npm start