An open API service indexing awesome lists of open source software.

https://github.com/rbhatia46/albums

Basic React Native app displaying List of Music Albums from an API(built using Express). Best starter app to master all the basics of React Native.
https://github.com/rbhatia46/albums

Last synced: 7 months ago
JSON representation

Basic React Native app displaying List of Music Albums from an API(built using Express). Best starter app to master all the basics of React Native.

Awesome Lists containing this project

README

          

# albums
Basic React Native app displaying List of Music Albums from an API(built using Express). Best starter app to master all the basics of React Native.

## How to run the app

1. Install all the dependencies first of all.
```
npm install
```
or
```
yarn install
```

2. Open your Emulator on your respective device(Android on Windows or iOS on Mac OS)

3. Run the following command from inside your project directory
```
react-native run-android
```
or
```
react-native run-ios
```

## API Endpoint

[Endpoint](https://rallycoding.herokuapp.com/api/music_albums)