joseaplwork / music-player-react

A simple music player base on Reactjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Music player

Just a simple music player using Itunes Search API made with Reactjs

Requirements

  • Node.js
  • Git
  • Npm

Before start

We must install the project dependencies, run the following command:

npm install

Production

To start the server in production environment run the following command:

npm run prod

Development

To start the development run the following command:

npm run dev

Test cases

Run the following command in order to see the unit/functional test results:

npm test

About

A simple music player base on Reactjs


Languages

Language:JavaScript 91.1%Language:CSS 8.5%Language:HTML 0.4%