Skip to content

cristygrant/skillsmap-mobile

 
 

Repository files navigation

SkillsMap Mobile

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: Make sure latest yarn and react-native-cli are globally installed using npm

Step 3: Install the Application with yarn install

▶️ How to Run App

  1. cd to the repo
  2. Run Build for either OS
  • for iOS
    • run react-native run-ios
  • for Android
    • Run Genymotion
    • run react-native run-android

🚫 Eslint Compliant

This project adheres to eslint with Airbnb lint rules along with some changes (see .eslintrc for more details).

To Lint on Commit

This is implemented using husky. There is no additional setup needed.

Bypass Lint

If you have to bypass lint for a special commit that you will come back and clean (pushing something to a branch etc.) then you can bypass git hooks with adding --no-verify to your commit command.

About

SkillsMap mobile application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • Objective-C 10.8%
  • Java 3.8%
  • Python 3.5%