#Start json-server-master to mock BE
npm install -g json-server
- on root level:
json-server --watch db.json
#Start rockStars Application
- Navigate to the frontend folder "rockstarsMusic"
ng serve
to start application (npm install -g @angular/cli
first if not already installed)- navigate to localhost:4200 in browser as console mentions
#What does it do? You can search for any artist you want and then this will conveniently be logged to your console, where you can read what you searched ;)