Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 947 Bytes

File metadata and controls

41 lines (32 loc) · 947 Bytes

onboard-guilherme-escher

Project's Description

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.

Environment and tools

  • Node: v20.15.1
  • npm: 10.7.0
  • iOS: Xcode 16.0
  • Android: Android Studio Koala Feature Drop | 2024.1.2
  • Language: JavaScript/TypeScript

Steps to run and debug

  1. Clone the repository.

  2. Navigate to the onboard-app-guilherme folder.

    cd onboard-app-guilherme
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Run the application on iOS or Android:

    # To run on iOS
    npm run ios
    
    # To run on Android
    npm run android
    

    Make sure an emulator or a physical device is connected and ready.