This projects is a mobile application for TutorINSA, a tutoring platform for INSA Centre-Val de Loire's students.
This project uses React Native, an open-source mobile application framework created by Facebook, alongside with Expo.
This project is currently in dev state, so you have to install expo-cli in order to run it.
npm install -g expo-cli
-
Install your dependencies
cd path/to/mobile-app npm install
-
Start your app
npm start