This onboarding project is planned to prepare me for real projects during my intership in Taqtile. I'm going to use the technologies and tools that will fit my future team's stack.
This projects uses:
- Node.Js 16.13.1
- React Native 0.72.4
- TypeScript 5.2.2
- Xcode 14.2
- Android Studio 11.0.15
- ESLint 8.48.0
- Prettier 2.8.8
- Clone this repository
- Go to the project's root folder
- Install node dependencies running the command:
npm install
First, run the application
npm start
Then, run the app on the simulator/device
npm run <command>
- i.e
npm run ios
|npm run android
.