-
Couldn't load subscription status.
- Fork 0
Development Server
Luke Dinh edited this page Feb 10, 2024
·
3 revisions
Now, we want to run the development server to test the app.
- Open
Windows PowerShellas Administrator - Run
Set-ExecutionPolicy unrestrictedas press onY - This allows us to run the dev script without having to start the backend server and Expo client manually.

In Icebreak's root directory, run yarn dev.
After letting the script run for a few seconds, you should get 3 new terminal tabs on Mac and 3 new terminal windows on Windows. Now, the development server is fully running and you can scan the QR code to run Icebreak on your phone.
- Environment Setup