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.
- Host: GitHub
- URL: https://github.com/rbhatia46/albums
- Owner: rbhatia46
- Created: 2017-12-15T22:06:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T22:14:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T18:37:08.786Z (9 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)