This is just a repository to store the results of the code used on an episode of my Youtube channel.
There is no lint, tests or good practices.
Initiate react-native local-cli:
$ npm install
$ npm start
Run on iOS simulator:
$ react-native run-ios
It's a very (really) simple API. Only an express server delivering a JSON object with some delay.
For running it:
$ cd api
$ npm install
$ npm start
MIT. Please feel free to use as you wish.