Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 474 Bytes

My-music

Installation

To install client-side dependencies, run this in the application folder from the command-line:

$ cd my_music_client

$ npm install

Also, to install all server-side dependencies, run this in the application folder from the command-line:

$ cd my_music_server

$ npm install


### Client server

Run `npm start` for a dev server. 

### Backend server

Run `npx nodemon` for a backend server. 

``LOGIN``

Username: Admin

Password:123456