Music Album


## Demo

How to create your own copy of this app?

Prerequisites

To create an own copy of this application, you have some prerequisites. They are -

  • NodeJS installed on your system.
  • React Native installed on your system.
  • Have the Android SDK and paths set properly.
  • An android emulator or real device to run the app.

Make own copy

First clone the repository using:

git clone https://github.com/awesomedev77/Music-Album-RN.git

Then install the dependencies using:

npm install

Open your emulator and wait until it completely boot up. Then run the following command to run the app on the emulator.

react-native run-android

Now, you have your own copy of this application!

Credits