About the project | Installation | Getting Started | Built with
Mobile application in charge of facilitating the learning of the piano, it has 3 levels of grade perfect for the most beginners and even more experienced users. Each level has its own theory, musical pieces, exercises and tests.
You need to install Node.js, Yarn & Android SDK first, then in order to clone the project via HTTPS, run this command:
git clone https://github.com/JuanGabriel2960/easy-tone.git
Or via SSH:
git clone git@github.com:JuanGabriel2960/easy-tone.git
Install dependencies
yarn install
Start the Metro console bundler, the JavaScript bundler that ships with React Native. Metro "takes in an entry file and various options, and returns a single JavaScript file that includes all your code and its dependencies."
Let Metro Bundler run in its own terminal. Open a new terminal inside the React Native project folder and run npx react-native run-android. If everything is set up correctly, you should see your new app running in your Android emulator shortly.



