Why are tests important? Focus on delivery, test later?
This project was bootstrapped with Create React App.
Before running any command, make sure the dependencies are installed
yarn
- node >= 8
- npm >= 5.4
- yarn >= 1.0.0
For Mac OSX seems to be an error for running the tests. expo/create-react-native-app#273
Needed to run yarn test
in Mac OSX
brew install pkg-config
brew install watchman
Run the following in the terminal
yarn start
To run the demo it is needed to run the client and the server. Use two terminals to do so.
yarn demo
yarn server