- 🗒️:Description
- 📝:Requirements
- 📩:Installation
An Open Source ads-free music web developed with ReactJS for frontend, TailwindCSS for styling, ExpressJS for fetching required music details in backend. Source of music for this project is Youtube Music website. If you want then feel free to contribute :)
- NodeJS
- Git
- Internet
git clone https://github.com/AJTimePyro/music-x
cd music-x
npm i
npm start
One Line command: git clone https://github.com/AJTimePyro/music-x && cd music-x && npm i && npm start
npm start will start react and express server both together.