Installation and Testing - paladugu18/itunes-search GitHub Wiki
Installation
Before installing the project, you'll need to have node. In order to install the project navigate to the project folder and run the following from the command line:
$ npm install
To start the application, run the following from the command line:
$ npm start
To run the specs, run the following from the command line:
$ npm test
By default, the application runs on port 3000. To run the application on a different port change the value of the port variable in bin\www file to the desired value.
Open the app in the browser http://127.0.0.1:3000/