Cloud-Player / web

Angular6 music player to search and play YouTube, SoundCloud and Mixcloud tracks
https://cloud-player.io
GNU General Public License v3.0
169 stars 55 forks source link

I have a problem! #82

Closed oN00BZYT closed 5 years ago

oN00BZYT commented 5 years ago

When i open index.html i have an infinite loading screen!

Zarlex commented 5 years ago

You have to run npm install and then npm start you can not just open the index.html. It is an angular app and requires webpack to compile it.

Alternatively you can visit our new app https://aux.app where the music player is already up and running

oN00BZYT commented 5 years ago

You have to run npm install and then npm start you can not just open the index.html. It is an angular app and requires webpack to compile it.

Alternatively you can visit our new app https://aux.app where the music player is already up and running

Same problem, infinite loading, i added index.html to apache xampp

oN00BZYT commented 5 years ago

Now i add the webpack to visual studio 2017

oN00BZYT commented 5 years ago

I have the same problem, im using windows 10 64 bit

oN00BZYT commented 5 years ago

Xamp load ftp apache on the folder

Zarlex commented 5 years ago

First you need to install node.js Then you can run npm install When you run npm start it will trigger the webpack compiler and you can access the page on localhost:4200

You can try out the angular tutorial https://angular.io/tutorial You can learn the basics there how to develop an angular app