Skip to content

indigotech/onboard-guilherme-escher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors