This is a Taqtile Brasil traning project that aims to introduce new employees to the technologies used by the company.
This is a react-native project and we use Typescript for coding.
Node.js: 20.10.0
Android Studio Electric Eel: 2022.1.1 Patch1
Xcode: 15.1
cd ~/OnboardPietroPieri
npm install
Now you have three forms to run the project:
-
First method:
npm start
-
Then you can select the plataform you want to run (IOS or Android)
-
Second method:
npm start
-
Then open a new terminal and run:
npm run ios
-
Third method:
npm start
-
Then open a new terminal and run:
npm run android