Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.01 KB

File metadata and controls

49 lines (41 loc) · 1.01 KB

Logo

myskills

Simple list of skills, project where I started my studies with React Native
Report Bug · Request Feature

Screenshot


Installation

  1. Clone the repo

    git clone https://github.com/nicodemos234/myskills.git
  2. Navigate to project folder

    cd myskills/
  3. Install packages

    yarn #I prefer yarn, but if you want to use npm use: npm install
  4. Run your emulator

  5. Start React Native

    yarn start #or npm run start
  6. Run in Android

    yarn android #or run in iOS: yarn ios