Trying to learn mern.io's framework by implementing iTunes Search API
npm install
npm start
Note : Please make sure your MongoDB is running. For MongoDB installation guide see this. Also npm3 is required to install dependencies properly.
-
npm run start- starts the development server with hot reloading enabled -
npm run bs- bundles the code and starts the production server -
npm run test- start the test runner -
npm run watch:test- start the test runner with watch mode -
npm run cover- generates test coverage report -
npm run lint- runs linter to check for lint errors
