React-Native App that simulates a Podcast playlist.
-
Clone the repository.
-
In root folder run
yarn installornpm installto install all dependencies. -
Install React-Native CLI globally with
npm install -g react-native-clioryarn add global react-native-cli. Follow the guide for your SO in Getting Started - React Native -
Install
json-serverglobally withnpm install -g json-serveroryarn add global json-server. -
In root folder, run the fake backend with
json-server server.json. -
Emulate with
react-native run-iosorreact-native run-android.


