Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 862 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 862 Bytes

Music Player

I have used yarn as a package manager for node.js. With respect to npm , yarn provides better stability,support,speed etc.

Development

Required packages

npm install -g yarn

Installing dependencies

yarn

Starting Dev Server

yarn start

Visit http://localhost:3000/

Screenshot

screenshot 268

References

I have used google.com extensively for learning and compiling stable version. I have used react starter app to initiate the building of project. I have also used predifined library and source code files like node files, webpack files , bundlers from their respective sources to make the build process of App more scalable and functional.