Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 999 Bytes

File metadata and controls

32 lines (24 loc) · 999 Bytes

Music X

Description

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 :)

Requirements

  • NodeJS
  • Git
  • Internet

Installation

Development:

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.

Production Build: npm run build

Backend Server: node api/index.js