/spotify-clone

Learning React Native, project developed in the course of RocketSeat.

Primary LanguageJavaScript

Spotify Clone App

Learning React Native, project developed in the course of RocketSeat.

Prerequisites

Install

  1. Open Terminal
  2. Clone this repository
  3. Go to the project folder
  4. Install dependencies
git clone https://github.com/adrianomarquess/spotify-clone.git
cd spotify-clone
npm install

Usage

Run server

json-server server.json

Run app

react-native start

react-native run-ios or react-native run-android