Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 446 Bytes

File metadata and controls

27 lines (17 loc) · 446 Bytes

MusicAnalysis

how to use it

first you should fork or clone it

and then make sure your computer do have npm

npm install

start a new terminal, and cd to your musicAnalysis dir.

./node_modules/.bin/webpack --config webpack.config.js --watch

start a new terminal, and cd to your musicAnalysis dir.

npm start

now, you can view localhost:8888

oh, make sure your 8888 port not in used.