Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.17 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.17 KB

Spotify Clone

Spotify as microservices

Team

Member Section Repo
davydhong Header https://github.com/DotThen/Header
wissemgamra Albums and Player https://github.com/DotThen/AlbumListMusicPlayer
Mac087 Popular Songs https://github.com/DotThen/PopularSongs
shabbyjoon Related Artists https://github.com/DotThen/RelatedArtists

Table of Contents

  1. Development

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

Running the Program

  npm run seed
  npm run dev
  npm run test

Making bundle.js

  npm run 
  npm start