Skip to content

castrolem/max-words

Repository files navigation

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

About

Random testing project for React Native + Flow with Ramda.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published