Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 796 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 796 Bytes

Lopes Onboarding Project

Project Description

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.

Environment and tools

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

Steps to run and debug

Cloning and Dependencies:

  1. Clone this repository
  2. Go to the project's root folder
  3. Install node dependencies running the command:
npm install

Running your application

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.