-
Clone the Git Repo
-
In any of the project directory, install the dependenceis
npm install
(need to do this for each directory, ex. client and server in tracker app) -
Run
npm start
to start project on Expo
Start a new React Native Expo CLI project with npx expo-cli init <PROJECT_NAME>