React app to get info on your favorite music compositions.
- Clone the repository using
git clone --recursive <git URI>. - Execute
npm install. This will install the required dependencies for the project. - To run the project in a local server, execute
npm run start. This runs the project in a local webpack-dev server. It should automatically open the url in a browser window. It also supports hot-reloading meaning as soon as you make changes to the code, it is visible in the browser on refresh; no need to restart the server.