@@ -5,23 +5,23 @@ Make sure you have installed node.js. If you have not, install it via https://no
...
@@ -5,23 +5,23 @@ Make sure you have installed node.js. If you have not, install it via https://no
When installed, follow the installation wizard to setup node.js. Install the npm (package manager), if asked.
When installed, follow the installation wizard to setup node.js. Install the npm (package manager), if asked.
<br><br>
<br><br>
Open the <i>node.js command prompt</i> and type
Open the <i>node.js command prompt</i> and type
<br><br>
<br>
```
```
npm install -g expo-cli
npm install -g expo-cli
```
```
<br><br>
<br>
When done, go to the path on your computer the code from GitLab is on, e.g. C:\Users\{yourname}\documents\gl-proj\TraCloSo by typing:
When done, go to the path on your computer the code from GitLab is on, e.g. C:\Users\{yourname}\documents\gl-proj\TraCloSo by typing:
<br><br>
<br>
```
```
cd {your path}
cd {your path}
```
```
<br><br>
<br>
Open it by typing
Open it by typing
<br><br>
<br>
```
```
npm start
npm start
```
```
<br><bR>
<br>
To preview the project you need to download Expo Client App on your smartphone. Depending on the phone you have you can do this on the App Store or the Google Play Store.
To preview the project you need to download Expo Client App on your smartphone. Depending on the phone you have you can do this on the App Store or the Google Play Store.
Once you have the Expo Client App installed scan the QR Code that you saw when you ran npm start on the terminal. You will have to wait a couple of minutes at first while your project bundles and loads for the first time. After it has completed loading you will see a short message in the center of the screen.<br><br>
Once you have the Expo Client App installed scan the QR Code that you saw when you ran npm start on the terminal. You will have to wait a couple of minutes at first while your project bundles and loads for the first time. After it has completed loading you will see a short message in the center of the screen.<br><br>
In case you want to use a simulator, download Xcode for IOS and Android Studio for Android<br>
In case you want to use a simulator, download Xcode for IOS and Android Studio for Android<br>