-
Notifications
You must be signed in to change notification settings - 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 PowerShell
as Administrator - Run
Set-ExecutionPolicy unrestricted
as 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