Learning React Native, project developed in the course of RocketSeat.
- Open Terminal
- Clone this repository
- Go to the project folder
- Install dependencies
git clone https://github.com/adrianomarquess/spotify-clone.git
cd spotify-clone
npm install
Run server
json-server server.json
Run app
react-native start
react-native run-ios or react-native run-android
