Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 735 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 735 Bytes

tutorinsa-mobile

This projects is a mobile application for TutorINSA, a tutoring platform for INSA Centre-Val de Loire's students.

Frameworks

This project uses React Native, an open-source mobile application framework created by Facebook, alongside with Expo.

Getting Started

This project is currently in dev state, so you have to install expo-cli in order to run it.

  1. Make sure you have NodeJS and npm installed.

  2. Install globally expo-cli

npm install -g expo-cli
  1. Install your dependencies

    cd path/to/mobile-app
    npm install
    
  2. Start your app

    npm start