Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 686 Bytes

File metadata and controls

43 lines (29 loc) · 686 Bytes

Install

Global dependencies

npm install -g expo-cli

Backend

cd gql-server/
yarn install

Frontend

cd SuspiciousTransactions/
yarn install

Available Scripts

In the project directory gql-server, you can run:

yarn dev

Runs the app in the development mode. Open [http://localhost:4001/graphql) to view it in the browser.

yarn test

Run backend side tests.

In the project directory SuspiciousTransactions/, you can run:

yarn start

which does expo start

Runs the app in the development mode. Open [http://localhost:19006/) to view it in the browser with yarn --web

yarn test

Run client side tests.