Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 796 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 796 Bytes

Max Words

Set up

This repository is based on Expo and create-react-native-app, please follow their instructions to install everything needed on your computer before running the following commands.

Commands

You'll need yarn in your computer to install all the app dependencies.

To install yarn read their instructions.

$ git clone
$ cd repo-name
$ yarn
$ yarn start

Testing

The approach to this project is around functional programming, so please always test your functions with the supplied unit testing suit.

Commands

$ yarn test:flow
$ yarn test:lint
$ yarn test:unit
$ yarn test // runs all the commands together in that order