-
Make sure to have
Node
,yarn
ornpm
, andexpo
installed 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\server
folder# Install dependencies: yarn install # Migrate all databases: yarn knex:migrate # Start: yarn start
-
To run the web app, go to the
proffy-app\web
folder# Install dependencies: yarn install # Start: yarn start
-
To run the mobile app, go to the
proffy-app\mobile
folder# Install dependencies: yarn install # Start: yarn start