Music recommendation system support user by smart algorithm
- Fisrt, download and install Nodejs at: https://nodejs.org/en with corresponding version (if you installed it, you could skip this step)
- Second, download and install Visual Studio Code at: https://code.visualstudio.com/download with corresponding version (if you installed it, you could skip this step)
- Third, clone this repository and open this repository in Visual Studio Code
- Then, open Terminal and run command below:
- npm install (add node_modules to your project)
- npm start (start development environment)
- npm run build (optimize production build to deploy)
- Finally! Yeah, you got it! Hope you enjoy and able to discover something new!