Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 866 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 866 Bytes

Music Albums

A react-native mobile app for viewing music albums and their constituent tracks as well as deleting music albums.

Steps To Run Project Locally

Install Project Dependencies

In the project directory, run npm install or yarn install.
This will install all the packages used by the project and their dependencies.

Spin-Up Development Server

Run npm start or yarn start.
This will start a development server.

Access The Project Using Expo-Go

Scan the QR code in the terminal using Expo Go app (android) or the built-in QR code scanner of the default iOS Camera app (ios).

This will give you access to the project on your mobile phone.

For further information on setting up the project, visit this website.