Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 923 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 923 Bytes

MusicList

A website for tracking music and albume, which is created following the online course. It created a Node.js-based API and talk to it with a React.js-based front-end.

Dependencies

  • Webpack 4
  • Babel 7
  • MiniCssExtractPlugin
  • React Hot Loader 4
  • React 16
  • React-Router 4
  • Express 4
  • Mongodb

Please Note: If you want to run the app locally after cloning, you have to use your own config.json file. You can learn how to create this file by following Tutorial 62 and Tutorial 63. Make sure you have mongodb installed and get mongod run at default port.

Command

yarn start

Open localhost:3000 in Chrome to see the Outcome.