Buy Music Online App with ReactNative. This is a practice project while i am following a course !
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.
First clone the repository using:
git clone https://github.com/awesomedev08/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!