Skip to content

devoob/FreeWillEat-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The frontend is in the folder freewill

The backend is in the folder freewill-backend

To use the app on your phone during development, you need to:

  1. Install Expo Go app in Playstore or Appstore

  2. Change directory to freewill in the terminal

cd freewill
  1. Install the dependencies
npm install
  1. Start the frontend development server
npx expo start
  1. Switch to Expo Go Press [s] in the terminal

  2. Scan the QR code and choose 'Expo Go'

To use backend server

  1. Change directory to freewill-backend
cd freewill-backend
  1. Install all the dependencies
npm install
  1. Start the server
nodemon server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published