This repository contains my implementation of the Albums app. This is a study project of the Udemy's The Complete React Native and Redux Course. Albums shows a simple music album list with buy link.
This repository contains my implementation of the Albums app. This is a study project of the
Udemy’s The Complete React Native and Redux Course.
Albums shows a simple album list with buy link.
These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes.
The project can be built with npm or yarn, so choose one of the approach bellow in case you don’t
have any installed on your system.
or
To download the project follow the instructions bellow
git clone https://github.com/computationalcore/albums
cd albums
Install dependencies with:
npm
npm install
or
yarn
yarn install
And run on
iOS simulator
react-native run-ios
or
Android simulator
react-native run-android
To simplify development process, the instructor provides a backend server for you to develop against.
The provided link music_albums returns the json object consumed by the app.
Vin Busquet
This project is licensed under the MIT License - see the LICENSE file for details