/Schroders

Primary LanguageTypeScript

Schroders

This project was developed with react native (TypeScript)

Screen.Recording.2023-09-25.at.5.45.32.PM.mov

Run the project:

  • npm install

IOS

Install pod:

  • sudo gem install cocoapods

Run

  • cd ios
  • pod install
  • cd ..
  • npm run ios

To run the project in ios it is necessary to have xcode installed and configured

To get more data you need to put a github token, you can also get mock data

Git Commands:

To run lint:

  • npm run lint

To run the unit tests:

  • npm run test

To run the unit coverage (88%):

  • npm run coverage

To see the coverage, run the index.html file found in: coverage/lcov-report/

alt text