npm install -g expo-cli
cd gql-server/
yarn install
cd SuspiciousTransactions/
yarn install
In the project directory gql-server, you can run:
Runs the app in the development mode. Open [http://localhost:4001/graphql) to view it in the browser.
Run backend side tests.
In the project directory SuspiciousTransactions/, you can run:
which does expo start
Runs the app in the development mode.
Open [http://localhost:19006/) to view it in the browser with yarn --web
Run client side tests.