Skip to content

rafaeldo/rn-spotifyplaylist

Repository files navigation

React-Native Spotify Playlist

Demo Demo Demo

React-Native App that simulates a Podcast playlist.

Getting Started

  1. Clone the repository.

  2. In root folder run yarn install or npm install to install all dependencies.

  3. Install React-Native CLI globally with npm install -g react-native-cli or yarn add global react-native-cli. Follow the guide for your SO in Getting Started - React Native

  4. Install json-server globally with npm install -g json-server or yarn add global json-server.

  5. In root folder, run the fake backend with json-server server.json.

  6. Emulate with react-native run-ios or react-native run-android.