-
Make sure to have
Node,yarnornpm, andexpoinstalled in your local machine -
Clone this repo:
git clone https://github.com/alicefrancener/proffy-app.git
-
Before running web or mobile app, the server must be running
-
To run the server, go to the
proffy-app\serverfolder# Install dependencies: yarn install # Migrate all databases: yarn knex:migrate # Start: yarn start
-
To run the web app, go to the
proffy-app\webfolder# Install dependencies: yarn install # Start: yarn start
-
To run the mobile app, go to the
proffy-app\mobilefolder# Install dependencies: yarn install # Start: yarn start