Skip to content

Development Server

Luke Dinh edited this page Feb 10, 2024 · 3 revisions

Now, we want to run the development server to test the app.

(Windows-only) Allow Execution Policy

  • Open Windows PowerShell as Administrator
  • Run Set-ExecutionPolicy unrestricted as press on Y
  • This allows us to run the dev script without having to start the backend server and Expo client manually.

image

Running Icebreak

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.