rafaeldo / rn-spotifyplaylist

React-Native App for RockeatSeat Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React-Native App for RockeatSeat Bootcamp


Languages

Language:JavaScript 70.4%Language:Objective-C 14.5%Language:Java 7.7%Language:Python 7.3%