This is a practical onboarding project created to cover the main steps of a software development process.
The project includes building, running, and debugging an application while applying essential tools and practices used in the team.
- Node: v20.15.1
- npm: 10.7.0
- iOS: Xcode 16.0
- Android: Android Studio Koala Feature Drop | 2024.1.2
- Language: JavaScript/TypeScript
-
Clone the repository.
-
Navigate to the onboard-app-guilherme folder.
cd onboard-app-guilherme -
Install the dependencies:
npm install -
Start the development server:
npm start -
Run the application on iOS or Android:
# To run on iOS npm run ios # To run on Android npm run androidMake sure an emulator or a physical device is connected and ready.