The frontend is in the folder freewill
The backend is in the folder freewill-backend
-
Install Expo Go app in Playstore or Appstore
-
Change directory to freewill in the terminal
cd freewill
- Install the dependencies
npm install
- Start the frontend development server
npx expo start
-
Switch to Expo Go Press [s] in the terminal
-
Scan the QR code and choose 'Expo Go'
- Change directory to freewill-backend
cd freewill-backend
- Install all the dependencies
npm install
- Start the server
nodemon server.js